Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd7a2fc

Browse files
committedMar 21, 2024
fix inputs
1 parent bd38a4d commit fd7a2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/trigger-book-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
environment_name: pythia-book-dev
1616
artifact_name: book-zip-${{ github.event.number }}
17-
code_artifact_name: {{ code_artifact_name }}
17+
code_artifact_name: {{ inputs.code_artifact_name }}
1818
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

0 commit comments

Comments
 (0)