Skip to content

Commit

Permalink
Changed from Jitterbit to Changed Files.
Browse files Browse the repository at this point in the history
  • Loading branch information
elebitzero committed Jun 9, 2023
1 parent 75cdead commit da47458
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@ jobs:

- name: Get all changed files
id: get_changed_files
uses: jitterbit/get-changed-files@v1
uses: tj-actions/changed-files@v36.1.0

- name: Check changes
id: check_changes
run: |
echo "Checking for changes in the directories: $DIRECTORIES"
changed='false'
for file in ${{ steps.get_changed_files.outputs.all }}
for file in ${{ steps.get_changed_files.outputs.all_changed_files }}
do
echo "$file"
dir=$(dirname "$file")
if echo "${{ env.DIRECTORIES }}" | grep -q "$dir"
then
Expand Down

0 comments on commit da47458

Please sign in to comment.