Skip to content

Commit

Permalink
Update action usage in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar authored Jan 8, 2025
1 parent 4a04711 commit b6ae102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up CRC
uses: praveenkumar/crc-github-action@v1
uses: crc-org/crc-github-action@v1
with:
pull-secret: ${{ secrets.CRC_PULL_SECRET }}
preset: openshift/microshift/okd (default is microshift)
Expand All @@ -45,4 +45,4 @@ jobs:
| `disk` | disk size in GiB (default as per preset) (integer value) | No | `'as per preset'` |

#### Example
- https://github.com/praveenkumar/simple-go-server/blob/main/.github/workflows/crc_linux.yaml
- https://github.com/praveenkumar/simple-go-server/blob/main/.github/workflows/crc_linux.yaml

0 comments on commit b6ae102

Please sign in to comment.