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 bb64e19 commit 94291ea
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-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5
uses: toitlang/action-sign-server@bb64e1973f5492ace732c9a08c76d2777b102dc1 # v1.0.6
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-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5
uses: toitlang/action-sign-server@bb64e1973f5492ace732c9a08c76d2777b102dc1 # v1.0.6
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-sign-server@16ae3053b2ecf4a51fb6c9c4372c0578ddd601ed # v1.0.5
uses: toitlang/action-sign-server@bb64e1973f5492ace732c9a08c76d2777b102dc1 # v1.0.6
with:
uri: ${{ vars.SIGNING_URI }}
password: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 94291ea

Please sign in to comment.