Skip to content

Commit

Permalink
ci: testme
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Apr 17, 2024
1 parent b4a685a commit ddc803d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,15 @@ jobs:
EXTRACTED: ${{ steps.extract.outputs.environment }}

- name: Print variables
environment:
name: ${{ steps.extract.outputs.environment }}
environment: staging
run: echo "${{ toJSON(vars)}}"

- name: Print env
environment:
name: ${{ steps.extract.outputs.environment }}
environment: staging
run: echo "${{ toJSON(env)}}"

- name: Print secrets
environment:
name: ${{ steps.extract.outputs.environment }}
environment: staging
run: echo "${{ toJSON(secrets)}}"

- name: Checkout repository
Expand Down

0 comments on commit ddc803d

Please sign in to comment.