Skip to content

Commit

Permalink
fix typo in delete-pr-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Nov 12, 2024
1 parent ddff57a commit 3de9c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-pr-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Delete arfiacts
- name: Delete artifacts
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 3de9c56

Please sign in to comment.