File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3535 - uses : ./.github/actions/gcloud-login
3636 with :
3737 key : ${{ secrets.DA_IMAGES }}
38- - name : Comment on the Pull Request
39- if : github.ref != 'refs/heads/main'
40- uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # Use the comment action
41- with :
42- message : |
43- The NOTICES file has been updated on this PR due to a change in
44- your library dependencies.
45-
46- The workflow run ID is **${{ github.run_id }}**.
47- github-token : ${{ secrets.AUTO_REBASE_PAT }}
4838 - name : Build and Test Go Project
4939 run : |
5040 go build -o target/ ./cmd/...
7161 git commit -m "Update NOTICES after go.mod change" || echo "No changes to commit"
7262 git push
7363 shell : bash -euo pipefail -c "source nix.source && exec bash {0}"
64+ - name : Comment on the Pull Request
65+ if : github.ref != 'refs/heads/main'
66+ uses : thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # Use the comment action
67+ with :
68+ message : |
69+ The NOTICES file has been updated on this PR due to a change in
70+ your library dependencies.
71+
72+ The workflow run ID is **${{ github.run_id }}**.
73+ github-token : ${{ secrets.AUTO_REBASE_PAT }}
You can’t perform that action at this time.
0 commit comments