Merge pull request #5 from typhonius/patch-1 #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Install and Login to DDN CLI | |
uses: ./ # Uses an action in the root directory | |
with: | |
hasura-pat: ${{ secrets.HASURA_PAT }} | |
- name: Run a ddn command to check the | |
run: ddn project get --out json |