We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65702f4 commit 58863f9Copy full SHA for 58863f9
.github/workflows/docker.yml
@@ -11,7 +11,7 @@ jobs:
11
12
# We want to filter out dependabot and pre-commit
13
# automated pushes to main
14
- if: ${{ github.actor != 'dependabot[bot]'}} && ${{ github.actor != 'pre-commit-ci[bot]'}}
+ if: ${{ github.actor != 'dependabot[bot]' && 'pre-commit-ci[bot]'}}
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
0 commit comments