Skip to content

Commit

Permalink
Fix go-hashfiles location
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonb927 committed Jun 10, 2024
1 parent 4d83839 commit 9d214ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/go-hashfiles@v0.0.1
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: get-awspublish-hash
with:
patterns: |-
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/go-hashfiles@v0.0.1
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: get-awspublish-hash
with:
patterns: |-
Expand Down

0 comments on commit 9d214ac

Please sign in to comment.