Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Commit d56d947

Browse files
committed
test
1 parent 32c0bea commit d56d947

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy_prod.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
name: Pre
1616
runs-on: ubuntu-latest
1717
outputs:
18-
workload_identity_provider: ${{ steps.pre.outputs.workload_identity_provider }}
19-
service_account: ${{ steps.pre.outputs.service_account }}
20-
gar_repository: ${{ steps.pre.outputs.gar_repository }}
21-
gar_dst: ${{ steps.pre.outputs.gar_dst }}
18+
workload_identity_provider: ${{ steps.set_outputs.outputs.workload_identity_provider }}
19+
service_account: ${{ steps.set_outputs.outputs.service_account }}
20+
gar_repository: ${{ steps.set_outputs.outputs.gar_repository }}
21+
gar_dst: ${{ steps.set_outputs.outputs.gar_dst }}
2222
steps:
2323
- name: Set pre
24-
id: pre
24+
id: set_outputs
2525
run: |
2626
echo "workload_identity_provider=${{ env.GCP_WORKLOAD_IDENTITY_PROVIDER }}" >> $GITHUB_OUTPUT
2727
echo "service_account=${{ env.GCP_SERVICE_ACCOUNT }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)