Skip to content

Commit 0c4ee24

Browse files
author
Paul Savoie
committed
adds parameters to github sample
1 parent 9138fcb commit 0c4ee24

File tree

1 file changed

+3
-0
lines changed
  • docs/documentation/trusted-build-systems

1 file changed

+3
-0
lines changed

Diff for: docs/documentation/trusted-build-systems/github.md

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ steps:
5252
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
5353
wait-for-completion: true
5454
output-artifact-directory: '/path/to/signed/artifact/directory'
55+
parameters: |
56+
version: ${{ toJSON(some.userinput) }}
57+
myparam: "another param"
5558
```
5659
{% endraw %}
5760

0 commit comments

Comments
 (0)