Skip to content

Commit

Permalink
Update readme, release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ravwojdyla committed Jun 29, 2021
1 parent 95eaa60 commit 6549727
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,20 @@ jobs:
label: ${{ steps.create-runner.outputs.label }}
steps:
- id: create-runner
uses: related-sciences/gce-github-runner@v0.2
uses: related-sciences/gce-github-runner@v0.3
with:
token: ${{ secrets.GH_SA_TOKEN }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
image_project: ubuntu-os-cloud
image_family: ubuntu-1804-lts

test:
needs: create-runner
runs-on: ${{ needs.create-runner.outputs.label }}
steps:
- run: echo "This runs on the GCE VM"
- uses: related-sciences/gce-github-runner@v0.2
- uses: related-sciences/gce-github-runner@v0.3
with:
command: stop
if: always()
Expand Down

0 comments on commit 6549727

Please sign in to comment.