We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7a2fc commit 2f8e5daCopy full SHA for 2f8e5da
.github/workflows/trigger-book-build.yaml
@@ -14,5 +14,5 @@ jobs:
14
with:
15
environment_name: pythia-book-dev
16
artifact_name: book-zip-${{ github.event.number }}
17
- code_artifact_name: {{ inputs.code_artifact_name }}
+ code_artifact_name: inputs.code_artifact_name
18
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
0 commit comments