Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix the 'render-table' GitHub workflow #289

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

skinny85
Copy link
Contributor

The workflow currently fails with:

/usr/bin/git config --local --unset http.https://github.com/.extraheader ^AUTHORIZATION:
/opt/hostedtoolcache/Python/3.9.1/x64/bin/python /home/runner/work/_actions/peter-evans/create-pull-request/v2/dist/cpr/create_pull_request.py
Error: Unable to process command '::set-env name=PULL_REQUEST_NUMBER::288' successfully.
Error: The `set-env` 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/

Update to version v3 of the peter-evans/create-pull-request Action,
as it does not have this problem according to peter-evans/create-pull-request#632.


By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache-2.0 license

The workflow currently fails with:

```
/usr/bin/git config --local --unset http.https://github.com/.extraheader ^AUTHORIZATION:
/opt/hostedtoolcache/Python/3.9.1/x64/bin/python /home/runner/work/_actions/peter-evans/create-pull-request/v2/dist/cpr/create_pull_request.py
Error: Unable to process command '::set-env name=PULL_REQUEST_NUMBER::288' successfully.
Error: The `set-env` 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/
```

Update to version `v3` of the `peter-evans/create-pull-request` Action,
as it does not have this problem according to peter-evans/create-pull-request#632.
@skinny85 skinny85 requested a review from eladb February 17, 2021 23:39
@mergify
Copy link
Contributor

mergify bot commented Feb 18, 2021

Thank you for contributing! Your pull request is now being automatically merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants