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 7690f7a commit fd4cdc0Copy full SHA for fd4cdc0
.github/workflows/github-actions-update-rules.yml
@@ -38,8 +38,8 @@ jobs:
38
run: |
39
git config --local user.email "github-actions[bot]@users.noreply.github.com"
40
git config --local user.name "github-actions[bot]"
41
- echo $(git --no-pager diff --name-only origin/master..HEAD)
42
- echo "has_update=$(git --no-pager diff --name-only origin/master..HEAD)" >> "$GITHUB_OUTPUT"
+ echo $(git status --porcelain)
+ echo "has_update=$(git status --porcelain)" >> "$GITHUB_OUTPUT"
43
git add .
44
git commit -m "flow: update rules based on new golden reference"
45
- if: "steps.remote-update.outputs.has_update != ''"
0 commit comments