mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
use checkout on ci
This commit is contained in:
parent
03815630ea
commit
0a9e224828
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: cedricguadalupe/terraform-gcloud
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Set GCP project
|
||||
run: gcloud config set project ${{ secrets.PROJECT_ID }}
|
||||
- name: Setup GCP authentication
|
||||
|
|
Loading…
Reference in a new issue