Skip to content

Commit

Permalink
Fixed typo with passing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Nov 1, 2024
1 parent a9c82a9 commit ad18712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/composite-setup-cdk/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ runs:
- name: Export GitHub Secret/Vars as Shell Variables
uses: ./.github/workflows/composite-export-env-vars
with:
secrets: ${{ toJson(secrets) }}
vars: ${{ toJson(vars) }}
secrets: ${{ inputs.secrets }}
vars: ${{ inputs.vars }}

# Finally, install everything:
- name: Setup Python
Expand Down

0 comments on commit ad18712

Please sign in to comment.