We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1751282 commit c073292Copy full SHA for c073292
.github/workflows/get_values.yaml
@@ -62,7 +62,7 @@ jobs:
62
echo "clean_branch_name_with_suffix=${CLEAN_BRANCH_NAME_WITH_SUFFIX}" >> $GITHUB_OUTPUT
63
64
- name: get last commit author
65
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
66
id: get_commit_author
67
with:
68
result-encoding: string
.github/workflows/sync_branches.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: npm i @octokit/rest@v19
39
40
- name: open and merge pull request
41
42
env:
43
GIT_HUB_TOKEN: ${{ secrets.githubToken }}
44
0 commit comments