Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
determine stack for app-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbanugo committed Apr 29, 2022
1 parent 49c77ea commit 707a434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ runs:
"source_blob": {"url": "'"$SOURCE_GET_URL"'", "version": "'"${{ github.event.pull_request.head.sha }}"'"},
"app": {
"name": "'"$APP_NAME"'",
"region": "${{ inputs.region }}",
"stack": "${{ inputs.stack }}"
"region": "${{ inputs.region }}"
}
}' \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit 707a434

Please sign in to comment.