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 0f4413a + ffd114c commit e9f0fffCopy full SHA for e9f0fff
.github/workflows/update-stores.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "KFUTIL_ARG=${{ github.event.client_payload.targetRepo }}" | tee -a $GITHUB_ENV
31
- name: Check Open PRs for Existing Branch
32
id: check-branch
33
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
34
with:
35
script: |
36
// Look for open pull requests
@@ -175,7 +175,7 @@ jobs:
175
176
- name: Create new PR for the newly created branch
177
if: env.UPDATE_FILE == 'T' && env.PR_BRANCH == 'create'
178
179
180
181
console.log(`Created ${{env.KFUTIL_ARG}} `)
0 commit comments