Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 24, 2023
1 parent 7fc07fe commit 11b8f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ git config --global user.email "${ACTOR}@users.noreply.github.com"
rm -rf .github && mv /maps/.github . && chown -R "$(whoami)" .github
git add . && git commit -m "update workflow" > /dev/null && git push > /dev/null 2>&1

# Get structure on gist
# Get structure on gist files
HEADER="Accept: application/vnd.github+json"
echo ${INPUT_TOKEN} | gh auth login --with-token && gist.sh &>/dev/null

Expand Down

0 comments on commit 11b8f93

Please sign in to comment.