We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce72dfd commit 85efe35Copy full SHA for 85efe35
1 file changed
.github/workflows/combine-dependabot-prs.yml
@@ -25,7 +25,7 @@ jobs:
25
if: github.repository_owner == 'PaloAltoNetworks'
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v4
29
id: fetch-branch-names
30
name: Fetch dependabot branches
31
with:
@@ -122,7 +122,7 @@ jobs:
122
APP_PEM: ${{ secrets.APP_PEM }}
123
APP_ID: ${{ secrets.APP_ID }}
124
125
126
name: Create Combined Pull Request
127
env:
128
PRS_STRING: ${{ steps.fetch-branch-names.outputs.prs-string }}
0 commit comments