We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cf940 commit 99b3265Copy full SHA for 99b3265
.github/workflows/sync-infix.yml
@@ -10,7 +10,7 @@ permissions:
10
jobs:
11
commit:
12
runs-on: [ self-hosted, latest ]
13
- if: ${{ github.event.inputs.SYNC_INFIX }}
+ if: ${{ env.SYNC_INFIX }}
14
steps:
15
- uses: actions/checkout@v4
16
with:
0 commit comments