Skip to content

Commit

Permalink
update composite action
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Mar 10, 2022
1 parent ce2a9f1 commit a1f8fb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
using: "composite"
steps:
- name: Create Pull Request ⤵️
- run: |
run: |
set -e
set -o pipefail
Expand Down Expand Up @@ -90,7 +90,6 @@ runs:
exit 0
fi
# Workaround for `hub` auth error https://github.com/github/hub/issues/2149#issuecomment-513214342
export GITHUB_USER="$GITHUB_ACTOR"
Expand Down

0 comments on commit a1f8fb3

Please sign in to comment.