Replace deprecated 'set-output' with '$GITHUB_OUTPUT' (#968)

This commit is contained in:
Krishan 2022-11-09 18:16:14 +05:30 committed by GitHub
parent 4fe4c8bb03
commit 1531535151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
name: pr
- name: Output pr number
id: pr
run: echo "::set-output name=id::$(<pr.txt)"
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
- name: Download artifact
uses: dawidd6/action-download-artifact@46b4ae883bf0726f5949d025d31cb62c7a5ac70c
with: