We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed68815 commit be939d7Copy full SHA for be939d7
.github/workflows/CI_readme_sync.yml
@@ -13,7 +13,7 @@ on:
13
default: integrations/<INTEGRATION_FOLDER_NAME>-v1.0.0
14
15
env:
16
- TAG: ${{ github.inputs.tag || github.ref_name }}
+ TAG: ${{ inputs.tag || github.ref_name }}
17
18
jobs:
19
sync:
0 commit comments