Skip to content

Commit

Permalink
Update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos authored Dec 18, 2024
1 parent bdc2d91 commit a3cc4b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/amplify-preview/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ runs:
id: extract_branch

- uses: actions/setup-go@v5
working-directory: tools/amplify-preview/
with:
go-version-file: tools/amplify-preview/go.mod
cache-dependency-path: tools/amplify-preview/go.sum
go-version-file: go.mod
cache-dependency-path: go.sum

- name: Amplify Preview
env:
Expand Down

0 comments on commit a3cc4b5

Please sign in to comment.