mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:55:56 +02:00
ci: fix issue with set-env
usage (#4964)
This commit is contained in:
parent
f8d18031eb
commit
1491a6cb82
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
|
|
||||||
- name: Set up PR environment
|
- name: Set up PR environment
|
||||||
if: github.event.number != null
|
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
|
- name: Install npm dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue