Skip to content

Commit

Permalink
Remove set -ex
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Aug 19, 2023
1 parent 66abc5d commit d039189
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Check for changes
id: check
run: |
set -ex
FILES_CHANGED=$(git diff --name-only ${{ github.event.pull_request.base.sha }} HEAD)
if echo "$FILES_CHANGED" | grep -m 1 "${{ inputs.pattern }}"; then
echo "changed=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d039189

Please sign in to comment.