Skip to content

Commit

Permalink
debug: dp ip
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Jan 17, 2024
1 parent b288010 commit 70850e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/db-update-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
DB_INSTANCE_NAME: ${{ secrets.DB_INSTANCE_NAME }}
GCP_MOBILITY_FEEDS_SA_KEY: ${{ secrets.QA_GCP_MOBILITY_FEEDS_SA_KEY }}

debug:
name: 'Update DEV DB'
needs: [get_database_ip]
runs-on: ubuntu-latest

steps:
- name: Log needs context for Debugging
run: echo "${{ toJson(needs) }

update:
name: 'Update DEV DB'
needs: get_database_ip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-ip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: true
type: string
jobs:
get_database_ip:
get_ip_address:
name: 'Retrieve DB IP'
permissions: write-all
runs-on: ubuntu-latest
Expand Down

0 comments on commit 70850e2

Please sign in to comment.