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 be8361c + 1498829 commit 461c23fCopy full SHA for 461c23f
.github/workflows/combine-prs.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Steps represent a sequence of tasks that will be executed as part of the job
32
steps:
33
- - uses: actions/github-script@v3
+ - uses: actions/github-script@v4.0.2
34
id: fetch-branch-names
35
name: Fetch branch names
36
with:
@@ -121,7 +121,7 @@ jobs:
121
git pull origin $sourcebranches --no-edit
122
git push origin $COMBINE_BRANCH_NAME
123
# Creates a PR with the new combined branch
124
125
name: Create Combined Pull Request
126
127
github-token: ${{secrets.GITHUB_TOKEN}}
0 commit comments