Replace deprecated 'set-output' with '$GITHUB_OUTPUT' (#968)
This commit is contained in:
parent
4fe4c8bb03
commit
1531535151
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-pull-request.yml
vendored
2
.github/workflows/deploy-pull-request.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
name: pr
|
name: pr
|
||||||
- name: Output pr number
|
- name: Output pr number
|
||||||
id: pr
|
id: pr
|
||||||
run: echo "::set-output name=id::$(<pr.txt)"
|
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: dawidd6/action-download-artifact@46b4ae883bf0726f5949d025d31cb62c7a5ac70c
|
uses: dawidd6/action-download-artifact@46b4ae883bf0726f5949d025d31cb62c7a5ac70c
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue