Skip to content

Commit 7690f7a

Browse files
committed
fix typo
Signed-off-by: habibayassin <[email protected]>
1 parent 117fad1 commit 7690f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-update-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
git config --local user.email "github-actions[bot]@users.noreply.github.com"
4040
git config --local user.name "github-actions[bot]"
41-
echo $(git --no-s diff --name-only origin/master..HEAD)
41+
echo $(git --no-pager diff --name-only origin/master..HEAD)
4242
echo "has_update=$(git --no-pager diff --name-only origin/master..HEAD)" >> "$GITHUB_OUTPUT"
4343
git add .
4444
git commit -m "flow: update rules based on new golden reference"

0 commit comments

Comments
 (0)