Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 9ff7e63

Browse files
QxQQxQ
authored andcommitted
update: updated CI yml file
1 parent 08d3ea4 commit 9ff7e63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-simpleplugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.platform }}
32-
32+
env:
33+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
3334
steps:
3435
- name: Get the version
3536
id: get_version

.github/workflows/hashfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
10+
env:
11+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
1112
steps:
1213
- run: echo ::set-env name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
1314
shell: bash

0 commit comments

Comments
 (0)