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

set-env deprecation warning #14

Closed
bcomnes opened this issue Oct 30, 2020 · 3 comments
Closed

set-env deprecation warning #14

bcomnes opened this issue Oct 30, 2020 · 3 comments

Comments

@bcomnes
Copy link

bcomnes commented Oct 30, 2020

Looks like this action is triggering the following warning:

Warning: The `set-env` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Maybe just a matter of updating deps?

@ahmetkaftan
Copy link

Now it's an error:

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/

@bcomnes
Copy link
Author

bcomnes commented Nov 17, 2020

This was blocking my deploys yesterday so I decided to fork.

https://github.com/little-core-labs/get-git-tag

ivaruf added a commit to oslokommune/okctl that referenced this issue Nov 18, 2020
yngvark added a commit to oslokommune/okctl that referenced this issue Nov 18, 2020
Old plugin stopped working because it used an unsafe way of
setting environment variables. The new plugin is a fork of
the old one, see
olegtarasov/get-tag#14
yngvark added a commit to oslokommune/okctl that referenced this issue Nov 18, 2020
Old plugin stopped working because it used an unsafe way of
setting environment variables. The new plugin is a fork of
the old one, see
olegtarasov/get-tag#14
RalfG added a commit to RalfG/python-wheels-manylinux-build that referenced this issue Nov 19, 2020
ngirard added a commit to ngirard/lolcate-rs that referenced this issue Nov 23, 2020
bpodwinski added a commit to bpodwinski/oc_07_groupomania_api that referenced this issue Nov 23, 2020
Isammoc added a commit to gatling/gatling-gradle-plugin that referenced this issue Nov 23, 2020
Motivation:
As warned by github [1], the set-env is not possible anymore

Modifications:
 * replace olegtarasov/get-tag by little-core-labs/get-git-tag github action

Result:
The publish action will not use environment variable anymore

Refs:
[1]: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
[2]: olegtarasov/get-tag#14
slandelle pushed a commit to gatling/gatling-gradle-plugin that referenced this issue Nov 23, 2020
Motivation:
As warned by github [1], the set-env is not possible anymore

Modifications:
 * replace olegtarasov/get-tag by little-core-labs/get-git-tag github action

Result:
The publish action will not use environment variable anymore

Refs:
[1]: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
[2]: olegtarasov/get-tag#14
chrmarti referenced this issue in microsoft/vscode-dev-containers Nov 26, 2020
Isty001 added a commit to clibs/clib that referenced this issue Dec 9, 2020
@olegtarasov
Copy link
Owner

Hey guys, sorry it took so much time for me to get to this issue. The problem is now fixed, just use olegtarasov/get-tag@v2.1.

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

No branches or pull requests

3 participants