Skip to content

Commit

Permalink
Merge pull request #23 from clouddrove/1.0.1
Browse files Browse the repository at this point in the history
update readme.yml
  • Loading branch information
yadavprakash authored May 16, 2022
2 parents deb8721 + 0eb81a7 commit 8e17a14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.x'

- name: 'create readme'
uses: 'clouddrove/[email protected].1'
uses: 'clouddrove/[email protected].2'
with:
actions_subcommand: 'readme'
github_token: '${{ secrets.GITHUB}}'
Expand All @@ -36,7 +36,7 @@ jobs:
continue-on-error: true

- name: 'push readme'
uses: 'clouddrove/[email protected].1'
uses: 'clouddrove/[email protected].2'
continue-on-error: true
with:
actions_subcommand: 'push'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: 'Terratest for aurora mysql'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/[email protected].1'
uses: 'clouddrove/[email protected].2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/aurora-mysql'
Expand All @@ -32,7 +32,7 @@ jobs:

- name: 'Terratest for aurora mysql serverless'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/[email protected].1'
uses: 'clouddrove/[email protected].2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/aurora-mysql-serverless'
Expand All @@ -41,7 +41,7 @@ jobs:

- name: 'Terratest for aurora postgre'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/[email protected].1'
uses: 'clouddrove/[email protected].2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/aurora-postgre'
Expand All @@ -50,7 +50,7 @@ jobs:

- name: 'Terratest for aurora postgre serverless'
if: ${{ github.event.label.name == 'terratest' }}
uses: 'clouddrove/[email protected].1'
uses: 'clouddrove/[email protected].2'
with:
actions_subcommand: 'terratest'
tf_actions_working_dir: '_test/aurora-postgre-serverless'
Expand Down

0 comments on commit 8e17a14

Please sign in to comment.