Skip to content

Commit 7d1ae89

Browse files
author
Nikita Sokolov
committed
Fix running 'echo ::add-path::nightly-venv/bin'
Error: Unable to process command '::add-path::nightly-venv/bin' successfully. 214 Error: The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
1 parent bbe76e9 commit 7d1ae89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292

9393
python-nightly:
9494
runs-on: ubuntu-18.04
95+
env:
96+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
9597
steps:
9698
- uses: actions/checkout@v1
9799
- name: Install Python from ppa:deadsnakes/nightly

0 commit comments

Comments
 (0)