Skip to content

Commit

Permalink
Fix running 'echo ::add-path::nightly-venv/bin'
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
Nikita Sokolov committed Feb 20, 2021
1 parent bbe76e9 commit 7d1ae89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:

python-nightly:
runs-on: ubuntu-18.04
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v1
- name: Install Python from ppa:deadsnakes/nightly
Expand Down

0 comments on commit 7d1ae89

Please sign in to comment.