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 117fad1 commit 7690f7aCopy full SHA for 7690f7a
.github/workflows/github-actions-update-rules.yml
@@ -38,7 +38,7 @@ 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-s diff --name-only origin/master..HEAD)
+ 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"
43
git add .
44
git commit -m "flow: update rules based on new golden reference"
0 commit comments