diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f54c764..3d3b53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: # ref: https://github.com/github/docs/blob/main/.github/workflows/triage-unallowed-contributions.yml - name: Comment About Changes We Can't Accept - if: ${{ steps.filter_not_allowed.outputs.change }} + if: ${{ steps.filter_not_allowed.outputs.change == 'true' }} uses: actions/github-script@v6 with: script: |