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 a1f8fb3 commit e691f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
using: "composite"
steps:
- name: Create Pull Request ⤵️
shell: bash
run: |
set -e
set -o pipefail
Expand Down Expand Up @@ -147,7 +148,6 @@ runs:
else
echo "::set-output name=has_changed_files::true"
fi
shell: bash
branding:
Expand Down

0 comments on commit e691f48

Please sign in to comment.