Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 16, 2023
1 parent 26ed645 commit 6b0f89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build (fails by design)
# id: tokens-build
runs-on: ubuntu-latest
continue-on-error: true
# continue-on-error: true
# outputs:
# figma-noDiff: steps.noDiff.outputs.test
# figma-built: steps.built.output.test
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
working-directory: packages/tokens
run: |
echo $FILES_MODIFIED
echo "FILES_MODIFIED=(git status --porcelain 2>/dev/null| egrep "^(M| M|D| D)" | wc -l)" >> $GITHUB_ENV
echo "FILES_MODIFIED=git status --porcelain 2>/dev/null| egrep "^(M| M|D| D)" | wc -l" >> $GITHUB_ENV
- name: No changes to figma tokens
if: ${{ env.FILES_MODIFIED == '0' }}
run: |
Expand Down

0 comments on commit 6b0f89f

Please sign in to comment.