Skip to content

Commit

Permalink
Merge pull request #332 from DroidKaigi/takahirom/fix-remove-label-wo…
Browse files Browse the repository at this point in the history
…rkflow/2024-08-12

Fix to use dawidd6/action-download-artifact
  • Loading branch information
takahirom authored Aug 12, 2024
2 parents 2c4a967 + 5f52b18 commit 876b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-waiting-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download PR number
uses: actions/download-artifact@v2
uses: dawidd6/action-download-artifact@246dbf436b23d7c49e21a7ab8204ca9ecd1fe615 # v2.27.0
with:
name: pr_number
path: ./
Expand Down

0 comments on commit 876b88f

Please sign in to comment.