mirror of
https://github.com/EpicMorg/UniversalValveToolbox.git
synced 2025-06-01 00:07:53 +03:00
gha
This commit is contained in:
parent
b1748ba28e
commit
7ac39e94af
12
.github/workflows/develop.yml
vendored
12
.github/workflows/develop.yml
vendored
@ -6,14 +6,18 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
env:
|
|
||||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Set the value
|
||||||
|
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
|
||||||
|
|
||||||
- uses: actions/checkout
|
- uses: actions/checkout
|
||||||
name: Checkout Code
|
name: Checkout Code
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user