Skip to content

Commit

Permalink
Update all actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thepoppingone committed Sep 18, 2023
1 parent 6e8fe1e commit e74f242
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pre-commit auto-update
name: Autoupdate pre-commit configs and tflint aws plugin

on:
# every sunday at midnight
Expand All @@ -22,3 +22,7 @@ jobs:
name: Update pre-commit config automatically
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: SPHTech-Platform/gha-tflint-aws-plugin-autoupdate@main
name: Update tflint aws plugin automatically
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ runs:
steps:
- uses: actions/checkout@v2

- name: Install latest version of GNU awk
shell: bash
run: sudo apt-get install gawk

- name: Fetch latest version of tflint aws plugin and patch version
shell: bash
run: $GITHUB_ACTION_PATH/update-tflint-aws.sh
Expand Down

0 comments on commit e74f242

Please sign in to comment.