Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
[ci skip] Fix typo and use tags for custom actions
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jun 9, 2020
1 parent 13cf5e9 commit 0adc648
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- uses: actions/checkout@v2
name: Check out current commit

- uses: suisei-cn/actions-download-file@master
- uses: suisei-cn/actions-download-file@v1
id: downloadfile
name: Download the file
with:
url: ${{ github.event.comment.body }}
target: public/assets
auto-match: true

- uses: suisei-cn/actions-update-metadata@master
- uses: suisei-cn/actions-update-metadata@v1
id: updatemeta
name: Update sounds.json
with:
Expand All @@ -39,7 +39,7 @@ jobs:
body: |
This is an automated sound addition PR. Netlify preview should be available soon, and a preview link should be shown.
<sub>Having problems? Check your [workflow](https://github.com/outloudvi/starbuttons/blob/master/.github/workflows/auto_pr.yml).</sub>
<sub>Having problems? Check your [workflow](https://github.com/suisei-cn/starbuttons/blob/master/.github/workflows/auto_pr.yml).</sub>
branch: sound/new
branch-suffix: "short-commit-hash"
labels: new-sound

0 comments on commit 0adc648

Please sign in to comment.