mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 05:19:56 +00:00
fix(docker): ACTIONS_ALLOW_UNSECURE_COMMANDS
This commit is contained in:
parent
16df31b1b8
commit
e4c5425cd0
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
@ -8,6 +8,9 @@ on:
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user