Skip to content

Commit

Permalink
remove expression syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
trilom committed Mar 19, 2020
1 parent c7f6ad8 commit 63583b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
pushAfter: 4ee1a1a2515f4ac1b90a56aaeb060b97f20c8968
output: ${{ matrix.output }}
fileOutput: ${{ matrix.fileOutput }}
- uses: ${{ format('trilom/file-changes-action@{0}', github.ref }}
- uses: format('trilom/file-changes-action@{0}', github.ref)
id: file_changes_nobuild_pr
if: "! matrix.build && matrix.event_type == 'pull_request'"
with:
prNumber: 83
output: ${{ matrix.output }}
fileOutput: ${{ matrix.fileOutput }}
- uses: ${{ format('trilom/file-changes-action@{0}', github.ref }}
- uses: format('trilom/file-changes-action@{0}', github.ref)
id: file_changes_nobuild_push
if: "! matrix.build && matrix.event_type == 'push'"
with:
Expand Down

0 comments on commit 63583b1

Please sign in to comment.