Skip to content

Commit 61ac6d3

Browse files
Merge pull request #93 from superbrobenji/develop
Develop
2 parents a1b429a + 6f71aad commit 61ac6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-for-work.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
echo "PRs to cherry-pick:"
3838
echo "$PR_LIST"
39-
echo "::set-output name=pr_list::$PR_LIST"
39+
echo "pr_list=$PR_LIST" >> $GITHUB_OUTPUT
4040
- name: Create new branch
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -45,7 +45,7 @@ jobs:
4545
NEW_BRANCH="cherry-pick-${{ inputs.milestone }}-$(date +'%Y%m%d%H%M%S')"
4646
git checkout ${{ inputs.target_branch }}
4747
git checkout -b $NEW_BRANCH
48-
echo "::set-output name=new_branch::$NEW_BRANCH"
48+
echo "new_branch=$NEW_BRANCH" >> $GITHUB_OUTPUT
4949
- name: Cherry-pick PRs
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)