Skip to content

Commit

Permalink
Release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ravwojdyla committed Feb 3, 2022
1 parent 6c44b1d commit 535b7c7
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 @@ -15,7 +15,7 @@ jobs:
label: ${{ steps.create-runner.outputs.label }}
steps:
- id: create-runner
uses: related-sciences/gce-github-runner@v0.3
uses: related-sciences/gce-github-runner@v0.4
with:
token: ${{ secrets.GH_SA_TOKEN }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand All @@ -28,7 +28,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.3
- uses: related-sciences/gce-github-runner@v0.4
with:
command: stop
if: always()
Expand Down

0 comments on commit 535b7c7

Please sign in to comment.