Skip to content

Commit

Permalink
DEBUG: changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkilgour committed Sep 21, 2023
1 parent 18c9c14 commit cae93a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# CHANGED_FILES: $(git diff --name-only ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }})
run: |
echo "CHANGED_FILES=$(git diff --name-only $COMMIT_RANGE)" >> $GITHUB_ENV
run: echo $CHANGED_FILES
run: echo env
echo $CHANGED_FILES
echo env
# run: 'npm ci'
# run: 'npm run bootstrap && npm run build:ci'
publish:
Expand Down

0 comments on commit cae93a4

Please sign in to comment.