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

Warning: "Unexpected input(s) 'dist'" #174

Open
decline opened this issue Nov 15, 2023 · 1 comment
Open

Warning: "Unexpected input(s) 'dist'" #174

decline opened this issue Nov 15, 2023 · 1 comment

Comments

@decline
Copy link

decline commented Nov 15, 2023

Github Sentry Action Release Bug Report

Environment

  • runs-on: ubuntu-latest (GitHub runner)
  • uses: getsentry/action-release@v1

Steps to Reproduce

I am using the dist input like this:

with:
  dist: ${{ github.run_number }}

Expected Result

It should set the run number as the dist without any problems.

Actual Result

It will correctly use the run number as the dist (I can see it correctly in Sentry). But it will output the following warning:

Unexpected input(s) 'dist', valid inputs are ['entryPoint', 'args', 'environment', 'sourcemaps', 'finalize', 'ignore_missing', 'ignore_empty', 'started_at', 'version', 'version_prefix', 'set_commits', 'projects', 'url_prefix', 'strip_common_prefix', 'working_directory']

See screenshot too:
Screenshot 2023-11-15 at 15 21 26

@franklinrabay
Copy link

I also stumbled on it, and i found here it was already reported, any updates? 🤔

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

2 participants