@@ -5,7 +5,7 @@ on:
jobs:
AgreementCheck:
runs-on: ubuntu-latest
- if: github.actor != "dependabot[bot]"
+ if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v2