Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-android committed Jul 16, 2024
2 parents 0779317 + dfb1f88 commit a1ce1f5
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 a1ce1f5

Please sign in to comment.