Skip to content

Commit e088b22

Browse files
committed
Incrementally testing GH action.
1 parent f3624b2 commit e088b22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626

2727
steps:
28+
- name: Checkout code
29+
- uses: actions/checkout@v4
30+
2831
- name: Authenticate to Google Cloud PROD project
2932
id: gcloud_auth_prod
3033
uses: google-github-actions/auth@v2
@@ -123,9 +126,6 @@ jobs:
123126
GCP_FEED_BASTION_NAME: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/GCP_FEED_BASTION_NAME/username"
124127
GCP_FEED_BASTION_SSH_KEY: "op://rbiv7rvkkrsdlpcrz3bmv7nmcu/GCP_FEED_BASTION_SSH_KEY/private key"
125128

126-
- name: Checkout code
127-
uses: actions/checkout@v4
128-
129129
- name: Tunnel
130130
run: |
131131
mkdir -p ~/.ssh

0 commit comments

Comments
 (0)