File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed
Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@master
18+ uses : actions/checkout@v2
1919
2020 - name : readme/update
2121 shell : bash
@@ -27,15 +27,14 @@ jobs:
2727 make readme
2828
2929 - name : Create Pull Request
30- uses : cloudposse/actions/github/ create-pull-request@master
30+ uses : peter-evans/ create-pull-request@v2
3131 with :
3232 labels : automated pr
33- env :
34- GITHUB_TOKEN : ${{ secrets.GITHUB_BOT_TOKEN }}
35- COMMIT_MESSAGE : " docs(README): auto update all sections"
36- PULL_REQUEST_TITLE : Automatic Update of README.md
37- PULL_REQUEST_BODY : |-
33+ token : ${{ secrets.GITHUB_BOT_TOKEN }}
34+ commit-message : " docs(README): auto update all sections"
35+ title : Automatic Update of README.md
36+ body : |-
3837 This is an auto-generated PR which updates the `README.md` from the `README.yaml`
3938 using the [`cloudposse/build-harness`](https://github.com/cloudposse/build-harness).
40- PULL_REQUEST_BRANCH : github-actions/auto-readme
41- BRANCH_SUFFIX : timestamp
39+ branch : github-actions/auto-readme
40+ branch-suffix : timestamp
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@master
17+ uses : actions/checkout@v2
1818
1919 - name : Terraform Format
2020 uses : hashicorp/terraform-github-actions@master
2121 with :
2222 tf_actions_version : 0.12.18
2323 tf_actions_subcommand : fmt
24- tf_actions_working_dir : ' . '
24+ tf_actions_working_dir : " . "
2525 tf_actions_comment : true
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_BOT_TOKEN }}
3131 with :
3232 tf_actions_version : 0.12.18
3333 tf_actions_subcommand : init
34- tf_actions_working_dir : ' ./tests'
34+ tf_actions_working_dir : " ./tests"
3535 tf_actions_comment : true
3636 env :
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_BOT_TOKEN }}
4141 with :
4242 tf_actions_version : 0.12.18
4343 tf_actions_subcommand : validate
44- tf_actions_working_dir : ' ./tests'
44+ tf_actions_working_dir : " ./tests"
4545 tf_actions_comment : true
4646 env :
4747 GITHUB_TOKEN : ${{ secrets.GITHUB_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@master
14+ uses : actions/checkout@v2
1515
1616 - name : Semantic Release
1717 uses : cycjimmy/semantic-release-action@master
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@master
11+ uses : actions/checkout@v2
1212
1313 - name : Shellcheck
1414 uses : reviewdog/action-shellcheck@v1
You can’t perform that action at this time.
0 commit comments