Compare commits

...

1 commit

Author SHA1 Message Date
Krishan
a1568f3523 Replace deprecated 'set-output' with '$GITHUB_OUTPUT' 2022-11-08 20:51:56 +05:30

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: