File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 fetch-depth : 0
1919 - name : MegaLinter
2020 id : ml
21- uses : megalinter/megalinter/flavors/terraform@v6.22.2
21+ uses : megalinter/megalinter/flavors/terraform@v7.2.0
2222 env :
2323 VALIDATE_ALL_CODEBASE : true
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 # You may pin to the exact commit or the version.
3030 # uses: TheDoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657
3131 id : zip
32- uses :
TheDoctor0/[email protected] .2 32+ uses :
TheDoctor0/[email protected] .1 3333 with :
3434 type : ' zip'
35- filename : ' XOAPApplicationPackagingDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
35+ filename : ' XOAPModuleTemplateDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
3636 exclusions : ' *.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github'
3737 - name : Create a GitHub release
3838 uses : ncipollo/release-action@v1
3939 with :
40- artifacts : ' XOAPApplicationPackagingDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
40+ artifacts : ' XOAPModuleTemplateDSC_ ${{ steps.tag_version.outputs.new_tag }}.zip'
4141 tag : ${{ steps.tag_version.outputs.new_tag }}
4242 name : ${{ steps.tag_version.outputs.new_tag }}
4343 body : ${{ steps.tag_version.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments