Skip to content

Commit

Permalink
Merge pull request #27 from ItinerisLtd/fix-ci-radicle
Browse files Browse the repository at this point in the history
Fix ci radicle
  • Loading branch information
danlapteacru authored May 9, 2024
2 parents 9a626d1 + a960d1e commit a6e7ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-radicle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: diff
run: |
git fetch --no-tags --prune --depth=1 origin ${{ github.event.repository.default_branch }}
CHANGED_FILES=$(git diff origin/${{ github.event.repository.default_branch }} HEAD --name-only --diff-filter=ACMRT /
CHANGED_FILES=$(git diff origin/${{ github.event.repository.default_branch }} HEAD --name-only --diff-filter=ACMRT)
FILES_CHANGED=$([ -z ${CHANGED_FILES} ] && echo 'false' || echo 'true')
echo "RADICLE_CHANGED=${FILES_CHANGED}" >> "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit a6e7ec9

Please sign in to comment.