Skip to content

Commit f330e6c

Browse files
Replaced deprecated set-output with GITHUB_OUTPUT in the s3 mirroring action
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent 0fa7031 commit f330e6c

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)