Skip to content

Commit

Permalink
chore: v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
js-timbirkett committed May 12, 2022
1 parent cbcbb9e commit 4b08d2a
Show file tree
Hide file tree
Showing 6 changed files with 2,166 additions and 1,866 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if:
steps:
- uses: actions/checkout@v3
- uses: devopsmakers/[email protected].2
- uses: devopsmakers/[email protected].3
id: generator
- run: echo "Deploying ${{ steps.generator.outputs.name }}"
- name: Comment with link
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example_destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: main
- uses: devopsmakers/[email protected].2
- uses: devopsmakers/[email protected].3
id: generator
- run: echo "Destroying ${{ steps.generator.outputs.name }}"
- name: Create comment
Expand Down
Loading

0 comments on commit 4b08d2a

Please sign in to comment.