Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
run: |
echo "IMAGE_URL_PREFIX=away168/deployment-agent:${{ github.event.inputs.sourcetag }}" >> $GITHUB_ENV

- name: Print Inputs to Summary
- name: Print Inputs to Summarys
run: |
echo '### Workflow Inputs' >> $GITHUB_STEP_SUMMARY
echo '### Workflow Inputsss' >> $GITHUB_STEP_SUMMARY
echo '| Input | Value |' >> $GITHUB_STEP_SUMMARY
echo '|---|---|' >> $GITHUB_STEP_SUMMARY
echo '| **sourcetag** | `${{ github.event.inputs.sourcetag }}` |' >> $GITHUB_STEP_SUMMARY
Expand Down
2 changes: 1 addition & 1 deletion simple-ec2-instance/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "acme-ec2" {
tags = {
Terraform = "true"
Owner = "acme demo org"
Test = "new taga"
Test = "new tagas"
Demo = "May 20"
}
}
Expand Down