use checkout on ci

This commit is contained in:
talithafrsc 2024-10-24 17:58:07 +07:00
parent 03815630ea
commit 0a9e224828

View file

@ -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