Skip to content

Commit 7797651

Browse files
committed
feat(cicd): display output
1 parent 46bd16f commit 7797651

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/update-gql-data.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@ jobs:
3030
--source-disk=graphql5 \
3131
--source-disk-zone=us-east1-b \
3232
--storage-location=us-east1
33-
- uses: 'google-github-actions/ssh-compute@v1'
33+
- name: 'Update update-graphql-data-prod'
34+
uses: 'google-github-actions/ssh-compute@v1'
3435
with:
3536
instance_name: 'graphql5'
3637
zone: 'us-east1-b'
3738
ssh_private_key: '${{ secrets.GCP_SSH_PRIVATE_KEY }}'
3839
user: ga
3940
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

Comments
 (0)