Skip to content

Commit c266012

Browse files
authored
Use new mechanism for detecting changes (#151)
1 parent 80ce216 commit c266012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go-deps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
run: bazel version || npm install -g @bazel/bazelisk
2424
- name: Update
2525
run: scripts/update-go-deps.sh
26-
- uses: UnicornGlobal/has-changes-action@v1.0.12
26+
- name: Detect Changes
2727
id: has-changes
28+
run: echo "changed=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
2829
- uses: dacbd/create-issue-action@v1
2930
if: steps.has-changes.outputs.changed == 1
3031
with:

0 commit comments

Comments
 (0)