Skip to content

Commit e3abd3e

Browse files
Update package.yml
1 parent 076017e commit e3abd3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,15 @@ jobs:
6565

6666
# Update repo xml with new filename/version and sha
6767
- name: Set version and filename in repo xml file
68+
env:
69+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
6870
uses: Mudlet/[email protected]
6971
with:
7072
args: edit -L --update "//extensions/plugins/plugin/@version" --value ${{ env.packageVersion }} --update "//extensions/plugins/plugin/url" --value "https://tvh.codechimp.org/tvh-${{ env.packageVersion }}.zip" --update "//extensions/plugins/plugin/sha" --value "${{ env.sha }}" docs/repo.xml
7173

7274
- name: Commit files
75+
env:
76+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
7377
run: |
7478
git config --global user.name 'robot-codechimp'
7579
git config --global user.email '[email protected]'

0 commit comments

Comments
 (0)