Hello,
I am starting to use your Github Action today and I noticed that you are using a deprecated and delete soon param.
Here the output from the workflow.
/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/a8da1019-924a-476f-a91b-970ea10ad7ee -f /home/runner/work/_temp/a68ebee4-749d-48df-96f1-949f382d65c7
Error: The `add-path`command is deprecated and will be disabled on November 16th. 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/
Error: The `set-env`command is deprecated and will be disabled on November 16th. 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/
Here my code to invoke your action
- name: Setup gcloud environmentuses: google-github-actions/setup-gcloud@0.1.3with:
service_account_key: ${{ secrets.BUILDPUBLISHCLOUDRUN_KEY }}My job is working, I am just curious about this output.
Thank you :)
Hello,
I am starting to use your Github Action today and I noticed that you are using a deprecated and delete soon param.
Here the output from the workflow.
Here my code to invoke your action
My job is working, I am just curious about this output.
Thank you :)