diff --git a/.github/workflows/build-events.yaml b/.github/workflows/build-events.yaml index 81bc736..3b30593 100644 --- a/.github/workflows/build-events.yaml +++ b/.github/workflows/build-events.yaml @@ -6,6 +6,6 @@ on: jobs: build: - if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') }} + if: github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') uses: ./.github/workflows/build.yaml secrets: inherit diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29