Skip to content

Commit

Permalink
rename env key
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Mar 6, 2024
1 parent 998a945 commit afa1218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-translated-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fi
done <<< "$MOVED_FILES"
DELIMITER="$(openssl rand -hex 10)"
echo "commit_urls<<${DELIMITER}" >> $GITHUB_ENV
echo "COMMIT_URLS<<${DELIMITER}" >> $GITHUB_ENV
echo "${FILE_COMMIT_URLS}" >> $GITHUB_ENV
echo "${DELIMITER}" >> $GITHUB_ENV
Expand All @@ -85,7 +85,7 @@ jobs:
title: "[${{ matrix.lang }}] sync translated content"
author: mdn-bot <[email protected]>
committer: mdn-bot <[email protected]>
body: "Yari generated sync. Related upstream commits:\n\n${{ env.commit_urls }}"
body: "Yari generated sync. Related upstream commits:\n\n${{ env.COMMIT_URLS }}"
labels: |
automated pr
token: ${{ secrets.AUTOMERGE_TOKEN }}

0 comments on commit afa1218

Please sign in to comment.