Skip to content

Commit 448e602

Browse files
authored
Merge pull request #6 from xoap-io/dev
Fix: several small fixes
2 parents 754e42a + ebf7941 commit 448e602

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/megalinter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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 }}

.github/workflows/tagging.yaml

+3-3
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)