Skip to content

Commit

Permalink
stop stashing
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Mar 29, 2024
1 parent e31e66d commit b0ec46b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ git config user.name "$INPUT_NAME"
# if changes then commit
if [ -n "$(git status --porcelain)" ]; then
# shellcheck disable=SC2086
git stash
git fetch "$INPUT_REMOTE" "$GITHUB_REF:actions-x-temp-branch"
git switch actions-x-temp-branch
git add $INPUT_FILES -v
Expand Down

0 comments on commit b0ec46b

Please sign in to comment.