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

Deprecated usage of set-output #69

Open
raffomania opened this issue Apr 8, 2023 · 0 comments
Open

Deprecated usage of set-output #69

raffomania opened this issue Apr 8, 2023 · 0 comments

Comments

@raffomania
Copy link

Running an upload to my page like this:

            - name: Publish to Netlify Preview
              uses: netlify/actions/cli@master
              with:
                  args: deploy --dir=export/web/Web
              env:
                  NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
                  NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

Results in the following warnings:

 Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

There's already a PR open to fix this: #65

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

1 participant