File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
- name : MegaLinter
20
20
id : ml
21
- uses : megalinter/megalinter/flavors/terraform@v6.22.2
21
+ uses : megalinter/megalinter/flavors/terraform@v7.2.0
22
22
env :
23
23
VALIDATE_ALL_CODEBASE : true
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
# You may pin to the exact commit or the version.
30
30
# uses: TheDoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657
31
31
id : zip
32
- uses :
TheDoctor0/[email protected] .2
32
+ uses :
TheDoctor0/[email protected] .1
33
33
with :
34
34
type : ' zip'
35
- filename : ' XOAPApplicationPackagingDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
35
+ filename : ' XOAPModuleTemplateDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
36
36
exclusions : ' *.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github'
37
37
- name : Create a GitHub release
38
38
uses : ncipollo/release-action@v1
39
39
with :
40
- artifacts : ' XOAPApplicationPackagingDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
40
+ artifacts : ' XOAPModuleTemplateDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
41
41
tag : ${{ steps.tag_version.outputs.new_tag }}
42
42
name : ${{ steps.tag_version.outputs.new_tag }}
43
43
body : ${{ steps.tag_version.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments