We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef83d16 commit fd150c5Copy full SHA for fd150c5
.github/workflows/bazel-steward.yaml
@@ -30,7 +30,9 @@ jobs:
30
- uses: actions/checkout@v4
31
with:
32
fetch-depth: 0
33
- - uses: VirtusLab/bazel-steward@da4afb73b57160cb1e9663d4b89bae0ec75a7a71 # v1.6.0
+ - uses: VirtusLab/[email protected]
34
+ # NB: Cannot use hash instead of version here due to
35
+ # https://github.com/VirtusLab/bazel-steward/issues/414.
36
37
# github-personal-token: 'TODO'
38
additional-args: "--update-all-prs"
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@
16
17
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
18
19
-name: CI
+name: Build, Test & Deploy (CI)
20
21
on:
22
push:
0 commit comments