Skip to content

Commit

Permalink
use commit sha in caching build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBTTF committed Jul 13, 2024
1 parent ca92a88 commit dfb1f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ./hometown-bot
key: build
key: build-${{ github.workflow_sha }}

deploy:
runs-on: fuji
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/cache@v3
with:
path: ./hometown-bot
key: build
key: build-${{ github.workflow_sha }}

- name: Deploy
env:
Expand Down

0 comments on commit dfb1f88

Please sign in to comment.