File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22phony : help
33
44# Release tag for the action
5- VERSION := v0.3.4
5+ VERSION := v0.3.5
66
77# GitHub Actions bogus variables
88GITHUB_REF ?= refs/heads/null
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Features:
3333
3434``` yaml
3535 - name : Fail on malformatted files
36- uses : devops-infra/action-format-hcl@v0.3.4
36+ uses : devops-infra/action-format-hcl@v0.3.5
3737 with :
3838 list : false
3939 write : true
6969 - name: Checkout
7070 uses: actions/checkout@v2
7171 - name: Fail on malformatted files
72- uses: devops-infra/action-format-hcl@v0.3.4
72+ uses: devops-infra/action-format-hcl@v0.3.5
7373 with:
7474 check: true
7575` ` `
8686 - name: Checkout
8787 uses: actions/checkout@v2
8888 - name: Format HCL files
89- uses: devops-infra/action-format-hcl@v0.3.4
89+ uses: devops-infra/action-format-hcl@v0.3.5
9090 - name: Commit changes to repo
9191 uses: devops-infra/action-commit-push@master
9292 with:
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ outputs:
3535 description : List of formatted files
3636runs :
3737 using : docker
38- image : docker://devopsinfra/action-format-hcl:v0.3.4
38+ image : docker://devopsinfra/action-format-hcl:v0.3.5
3939branding :
4040 color : purple
4141 icon : upload-cloud
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- set -e
4-
53# Return code
64RET_CODE=0
75
You can’t perform that action at this time.
0 commit comments