File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint
33on :
44 pull_request :
55 branches :
6- - main
6+ - master
77
88# cancel workflow runs in progress when a new commit comes through
99concurrency :
6161 name : tfdocs
6262 working-directory : .
6363
64- - run : terraform-docs markdown table --output-file README.md --output-mode inject .
65- name : tfdocs cloudwatch-logging
66- working-directory : ./modules/cloudwatch-logging
67-
6864 - name : commit changes
6965 env :
7066 GH_TOKEN : ${{ github.token }}
7369 git config --global user.email "devops@roadrunnerwm.com"
7470 git config --global user.name "DevOps"
7571 git add README.md
76- git add modules/cloudwatch-logging/README.md
7772 export CHANGES=$(git diff --cached)
7873 if [ -n "$CHANGES" ]; then
7974 git commit -m "Update READMEs with Terraform Docs."
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Create Release Version
33on :
44 push :
55 branches :
6- - main
6+ - master
77
88jobs :
99 release :
You can’t perform that action at this time.
0 commit comments