We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b404b1 commit d8b446fCopy full SHA for d8b446f
.github/workflows/bump-golang.yml
@@ -4,11 +4,14 @@ name: bump-golang
4
on:
5
workflow_dispatch:
6
schedule:
7
- - cron: "0 20 * * 6"
+ - cron: "0 20 * * 1-6"
8
9
permissions:
10
contents: read
11
12
+env:
13
+ JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
14
+
15
jobs:
16
bump:
17
runs-on: ubuntu-latest
@@ -21,3 +24,5 @@ jobs:
21
24
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
22
25
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
23
26
pipeline: ./.github/updatecli-bump-golang.yml
27
+ notifySlackChannel: "#ingest-notifications"
28
+ messageIfFailure: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@agent-team` please look what's going on <${{ env.JOB_URL }}|here>"
0 commit comments