We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bd16f commit 7797651Copy full SHA for 7797651
1 file changed
.github/workflows/update-gql-data.yml
@@ -30,10 +30,15 @@ jobs:
30
--source-disk=graphql5 \
31
--source-disk-zone=us-east1-b \
32
--storage-location=us-east1
33
- - uses: 'google-github-actions/ssh-compute@v1'
+ - name: 'Update update-graphql-data-prod'
34
+ uses: 'google-github-actions/ssh-compute@v1'
35
with:
36
instance_name: 'graphql5'
37
zone: 'us-east1-b'
38
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
39
user: ga
40
command: sudo -i sh -c 'cd pokeapi && make update-graphql-data-prod'
41
+ - name: 'Display update output'
42
+ run: |-
43
+ echo '${{ steps.compute-ssh.outputs.stdout }}'
44
+ echo '${{ steps.compute-ssh.outputs.stderr }}'
0 commit comments