Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The default configuration installs the latest version of SetOps CLI and a wrappe

```yaml
steps:
- uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4
- uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -93,7 +93,7 @@ A specific version of SetOps CLI can be installed:

```yaml
steps:
- uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4
- uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21
with:
setops_version: 1.0.0
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -103,7 +103,7 @@ Credentials for SetOps can be configured:

```yaml
steps:
- uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4
- uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21
with:
setops_organization: <yourorganization>
setops_username: my-ci-user@setops.co
Expand Down
2 changes: 1 addition & 1 deletion build-and-push-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
restore-keys: |
${{ runner.os }}-buildx-${{ steps.get_date.outputs.date }}-${{ inputs.build-cache-key-prefix }}-
- name: Install SetOps CLI
uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4
uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21
with:
setops_api_url: https://${{ inputs.setops-api-domain }}
setops_organization: ${{ inputs.setops-organization }}
Expand Down
2 changes: 1 addition & 1 deletion deployment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
using: composite
steps:
- name: Install Setops
uses: setopsco/github-actions/setup@031473a902eccf65da0be619e2f0e91537a636f2 # v4
uses: setopsco/github-actions/setup@a6b174932266ca29c5e4e915d105f6cb92825a21
with:
setops_api_url: https://${{ inputs.setops-api-domain }}
setops_organization: ${{ inputs.setops-organization }}
Expand Down
Loading