Skip to content

Commit 148f9bd

Browse files
authored
Better syntax in workflows .yml
1 parent 021c552 commit 148f9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/agreement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
AgreementCheck:
77
runs-on: ubuntu-latest
8-
if: github.actor != "dependabot[bot]"
8+
if: ${{ github.actor == 'dependabot[bot]' }}
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2

0 commit comments

Comments
 (0)