Skip to content

Commit

Permalink
fix: correct reference of workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Mar 24, 2021
1 parent 37a578c commit dc8b5c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
GITHUB_ACTION_REPOSITORY=Fresa/release-notes-generator \
GITHUB_ACTION_REF=v0 \
GITHUB_ACTION_PATH="${{ env.GITHUB_WORKSPACE }}" \
GITHUB_ACTION_PATH=$GITHUB_WORKSPACE \
node fetch_artifact.js
- name: Assert Artifact Downloaded
run: ls -d $PWD/lib/main.js
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
- name: Create Tag
uses: actions/github-script@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.git.createRef({
owner: context.repo.owner,
Expand Down

0 comments on commit dc8b5c4

Please sign in to comment.