Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update use of set-output to environment file.
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair authored and helaili committed Nov 7, 2022
1 parent 8ca4e61 commit 7eb2683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" && \
git add . && \
git commit $COMMIT_OPTIONS -m "jekyll build from Action ${GITHUB_SHA}" && \
git push $PUSH_OPTIONS $REMOTE_REPO $LOCAL_BRANCH:$remote_branch && \
echo "::set-output name=SHA::$( git rev-parse ${LOCAL_BRANCH} )"
echo "SHA=$( git rev-parse ${LOCAL_BRANCH} )" >> $GITHUB_OUTPUT
rm -fr .git && \
cd ..

Expand Down

0 comments on commit 7eb2683

Please sign in to comment.