Skip to content

Commit

Permalink
Merge pull request #7 from brianbroughton/piplibupdate
Browse files Browse the repository at this point in the history
No longer need to specify aws region w/ latest package
  • Loading branch information
brianbroughton committed Feb 12, 2024
2 parents 0ca72b8 + 3587342 commit 07b3f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
env:
MCD_DEFAULT_API_ID: ${{ inputs.MCD_DEFAULT_API_ID }}
MCD_DEFAULT_API_TOKEN: ${{ inputs.MCD_DEFAULT_API_TOKEN }}
run: montecarlo configure --mcd-id $MCD_DEFAULT_API_ID --mcd-token $MCD_DEFAULT_API_TOKEN --aws-region '' --aws-profile ''
run: montecarlo configure --mcd-id $MCD_DEFAULT_API_ID --mcd-token $MCD_DEFAULT_API_TOKEN

- name: MonteCarlo deploy
shell: bash
Expand Down

0 comments on commit 07b3f7d

Please sign in to comment.