Skip to content

Commit

Permalink
Merge pull request #1 from sahilister/master
Browse files Browse the repository at this point in the history
ci: fix issue with `set-env` usage (tldr-pages#4964)
  • Loading branch information
sahilister authored Nov 19, 2020
2 parents c9eb80f + 1491a6c commit 7b81dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Set up PR environment
if: github.event.number != null
run: echo "::set-env name=PULL_REQUEST_ID::${{ github.event.number }}"
run: echo "PULL_REQUEST_ID=${{ github.event.number }}" >> $GITHUB_ENV

- name: Install npm dependencies
run: npm ci
Expand Down

0 comments on commit 7b81dff

Please sign in to comment.