Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test_planner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
- name: Plan
id: plan
run: |
git fetch origin main:main

event_name="${{ github.event_name }}"
repository="${{ github.repository }}"
files_changed=""
Expand All @@ -64,6 +62,7 @@ jobs:
has_secrets="True"
fi

git fetch origin main:main
files_changed=$(git diff --name-only main ${{ github.event.pull_request.head.sha }})
echo "Files changed:"
echo "$FILES_CHANGED"
Expand Down