Skip to content

Commit d46601f

Browse files
Merge pull request #554 from aleksandrychev/mirroring-perms
Replaced deprecated set-output with GITHUB_OUTPUT in the s3 mirroring action
2 parents b8647ec + f330e6c commit d46601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirroring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
body=$(cat commitMsg.txt)
6969
body="${body//$'\n'/'%0A'}"
70-
echo ::set-output name=body::$body
70+
echo "body=$body" >> $GITHUB_OUTPUT
7171
7272
- name: Create Pull Request
7373
if: hashFiles('git_diff_exists') != ''

0 commit comments

Comments
 (0)