This commit is contained in:
STAM 2022-04-13 21:52:24 +03:00
parent b1748ba28e
commit 7ac39e94af
Signed by: stam
GPG Key ID: E149C3760CFA3C7E

View File

@ -6,14 +6,18 @@ on:
pull_request:
branches: [ master ]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
build:
runs-on: windows-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Set the value
run: echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
- uses: actions/checkout
name: Checkout Code