Skip to content

Commit

Permalink
git add .github/workflows/go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Jan 6, 2025
1 parent f5916d8 commit 65b5f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
#
# The build won't run without this file
#
- run: touch planner/secret.json
- run: echo '{}' > planner/secret.json

- name: Build ${{ matrix.subdir }}
run: go build -v -o bin
Expand Down

0 comments on commit 65b5f63

Please sign in to comment.