Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonGungadinMogensen committed Feb 26, 2025
1 parent 6ea9808 commit 31fceab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Intended to be used with a Certum code signing certificate.

```yaml
- name: Run the action for a single file
uses: toitlang/action-code-sign@{HASH} # ${VERSION}
uses: toitlang/action-code-sign@6ea980872687c7a4cc8dbd5710bda72e7951a705 # v0.0.1
with:
uri: ${{ vars.SIGNING_URI }}
password: ${{ secrets.SIGNING_PASSWORD }}
Expand All @@ -27,7 +27,7 @@ Intended to be used with a Certum code signing certificate.
```yaml
- name: Run the action for a multiple files
uses: toitlang/action-code-sign@275cf52e1fd2c17a585a0f2a83d1d99f19f99b67 # ${VERSION}
uses: toitlang/action-code-sign@6ea980872687c7a4cc8dbd5710bda72e7951a705 # v0.0.1
with:
uri: ${{ vars.SIGNING_URI }}
password: ${{ secrets.SIGNING_PASSWORD }}
Expand All @@ -43,7 +43,7 @@ will be signed. Additional paths can be added to the list.
```yaml
- name: Run the action for all exe files in a folder
uses: toitlang/action-code-sign@{HASH} # ${VERSION}
uses: toitlang/action-code-sign@6ea980872687c7a4cc8dbd5710bda72e7951a705 # v0.0.1
with:
uri: ${{ vars.SIGNING_URI }}
password: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 31fceab

Please sign in to comment.