Skip to content

Commit

Permalink
see if the fetch was needed
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed May 28, 2024
1 parent 8d1ebc1 commit c91ad27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create_main_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
- name: Get changed files between main and provisional
id: changed-files
run: |
git fetch origin main:main
git fetch origin provisional:provisional
CHANGED_FILES=$(git diff --name-only main..provisional)
echo "CHANGED_FILES=${CHANGED_FILES}" >> $GITHUB_ENV
echo "::set-output name=files::${CHANGED_FILES}"
Expand Down

0 comments on commit c91ad27

Please sign in to comment.