Skip to content

Commit

Permalink
change indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored Apr 26, 2022
1 parent e7a8178 commit c018a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_app_templates_hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd aws-sam-cli-app-templates
export APP_TEMPLATES_COMMIT_HASH=$(git rev-parse HEAD)
cd ../aws-sam-cli
cat <<< $(jq --arg commit_hash "$APP_TEMPLATES_COMMIT_HASH" --indent 4 '.app_template_repo_commit = $commit_hash' samcli/runtime_config.json) > samcli/runtime_config.json
cat <<< $(jq --arg commit_hash "$APP_TEMPLATES_COMMIT_HASH" --indent 2 '.app_template_repo_commit = $commit_hash' samcli/runtime_config.json) > samcli/runtime_config.json
- name: Raise PR for SAM CLI
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit c018a92

Please sign in to comment.