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.
2 parents 7d15ade + 7814f34 commit 61efd5dCopy full SHA for 61efd5d
.github/workflows/github-actions-update-rules.yml
@@ -38,10 +38,9 @@ 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"
43
git add .
44
git commit -m "flow: update rules based on new golden reference"
+ echo "has_update=$(git --no-pager diff --name-only origin/master..HEAD)" >> "$GITHUB_OUTPUT"
45
- if: "steps.remote-update.outputs.has_update != ''"
46
name: Create Draft PR
47
uses: peter-evans/create-pull-request@v5
0 commit comments