Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ravwojdyla committed Jun 28, 2021
1 parent 632fb57 commit 2918468
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 @@ -14,7 +14,7 @@ jobs:
label: ${{ steps.create-runner.outputs.label }}
steps:
- id: create-runner
uses: related-sciences/gce-github-runner@v0.1
uses: related-sciences/gce-github-runner@v0.2
with:
token: ${{ secrets.GH_SA_TOKEN }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ needs.create-runner.outputs.label }}
steps:
- run: echo "This runs on the GCE VM"
- uses: related-sciences/gce-github-runner@v0.1
- uses: related-sciences/gce-github-runner@v0.2
with:
command: stop
if: always()
Expand Down

0 comments on commit 2918468

Please sign in to comment.