We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ce216 commit c266012Copy full SHA for c266012
.github/workflows/go-deps.yml
@@ -23,8 +23,9 @@ jobs:
23
run: bazel version || npm install -g @bazel/bazelisk
24
- name: Update
25
run: scripts/update-go-deps.sh
26
- - uses: UnicornGlobal/has-changes-action@v1.0.12
+ - name: Detect Changes
27
id: has-changes
28
+ run: echo "changed=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
29
- uses: dacbd/create-issue-action@v1
30
if: steps.has-changes.outputs.changed == 1
31
with:
0 commit comments