Skip to content

Commit fb0c359

Browse files
authored
Update GitHub Actions steps in documentation
remove ambiguity (does {{steps.upload-unsigned-artifact}} refer to name or id?) and unneccessary optional id
1 parent 2705e0a commit fb0c359

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/trusted-build-systems/github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ We provide a [`submit-signing-request` action](https://github.com/SignPath/githu
4343
```yaml
4444
steps:
4545
# required for the artifact to be available on the GitHub server
46-
- name: upload-unsigned-artifact
46+
- name: upload unsigned artifact
4747
id: upload-unsigned-artifact
4848
uses: actions/upload-artifact@v7
4949
with:
5050
path: path/to/your/artifact
5151

52-
- id: optional_step_id
52+
- name: submit signing request
5353
uses: signpath/github-action-submit-signing-request@v2
5454
with:
5555
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'

0 commit comments

Comments
 (0)