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 85070e7 commit 117fad1Copy full SHA for 117fad1
.github/workflows/github-actions-update-rules.yml
@@ -38,7 +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 "::set-output name=has_update::$(git --no-pager diff --name-only origin/master..HEAD)"
+ echo $(git --no-s 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"
45
- if: "steps.remote-update.outputs.has_update != ''"
0 commit comments