Skip to content

Commit b51dbb1

Browse files
committed
(fix) explicit use of tag
1 parent a4dc90c commit b51dbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Deploys AWS CloudFormation Stacks.
99

1010
```yaml
1111
- name: Deploy to AWS CloudFormation
12-
uses: aws-actions/aws-cloudformation-github-deploy@v1
12+
uses: aws-actions/aws-cloudformation-github-deploy@v1.0.4
1313
with:
1414
name: MyStack
1515
template: myStack.yaml

0 commit comments

Comments
 (0)