action-release icon indicating copy to clipboard operation
action-release copied to clipboard

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

Open decline opened this issue 1 year ago • 1 comments

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

decline avatar Nov 15 '23 14:11 decline

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

franklinrabay avatar Apr 04 '24 12:04 franklinrabay