Skip to content

Commit

Permalink
Use public reference
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElgar committed Jun 15, 2020
1 parent 9cb3cb3 commit 2e12e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2

- name: Create a kubernetes cluster
uses: ./
uses: "Krucible/krucible-github-action@master"
id: create-cluster
with:
duration: 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Create a kubernetes cluster
uses: ./
uses: "Krucible/krucible-github-action@master"
id: create-cluster
with:
duration: 1
Expand Down

0 comments on commit 2e12e34

Please sign in to comment.