Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 4153100

Browse files
author
Sohan Yadav
authored
Merge pull request #2 from clouddrove/0.15
update github action tag
2 parents 4d8bc74 + f6476a4 commit 4153100

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: 'create readme'
21-
uses: 'clouddrove/[email protected].1'
21+
uses: 'clouddrove/[email protected]'
2222
with:
2323
actions_subcommand: 'readme'
2424
github_token: '${{ secrets.GITHUB }}'
@@ -35,7 +35,7 @@ jobs:
3535
continue-on-error: true
3636

3737
- name: 'push readme'
38-
uses: 'clouddrove/[email protected].1'
38+
uses: 'clouddrove/[email protected]'
3939
continue-on-error: true
4040
with:
4141
actions_subcommand: 'push'

.github/workflows/terraform.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ jobs:
1313
uses: actions/checkout@master
1414

1515
- name: 'Terraform Format'
16-
uses: 'clouddrove/[email protected].1'
16+
uses: 'clouddrove/[email protected]'
1717
with:
1818
actions_subcommand: 'fmt'
1919

2020
- name: 'Terraform init'
21-
uses: 'clouddrove/[email protected].1'
21+
uses: 'clouddrove/[email protected]'
2222
with:
2323
actions_subcommand: 'init'
2424
tf_actions_working_dir: ./_example
2525

2626
- name: 'Terraform validate'
27-
uses: 'clouddrove/[email protected].1'
27+
uses: 'clouddrove/[email protected]'
2828
with:
2929
actions_subcommand: 'validate'
3030
tf_actions_working_dir: ./_example
3131

3232
- name: 'Terraform plan'
33-
uses: 'clouddrove/[email protected].1'
33+
uses: 'clouddrove/[email protected]'
3434
with:
3535
actions_subcommand: 'plan'
3636
tf_actions_working_dir: ./_example

.github/workflows/terratest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: 'Terratest'
2323
if: ${{ github.event.label.name == 'terratest' }}
24-
uses: 'clouddrove/[email protected].1'
24+
uses: 'clouddrove/[email protected]'
2525
with:
2626
actions_subcommand: 'terratest'
2727
tf_actions_working_dir: '_test'

0 commit comments

Comments
 (0)