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

fix unexpected input attempt-limit warning annotation #1806

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

databasedav
Copy link
Contributor

Description

The github actions UI produces a warning annotation if an input that isn't in the action.yml is passed to the action, see https://github.com/databasedav/haalka/actions/runs/13221401713/job/36907191087

Warning: Unexpected input(s) 'attempt-limit', valid inputs are ['ssh-key', 'token', 'branch', 'folder', 'target-folder', 'commit-message', 'clean', 'clean-exclude', 'dry-run', 'force', 'git-config-name', 'git-config-email', 'repository-name', 'tag', 'single-commit', 'silent']

Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.14%. Comparing base (60e7ad7) to head (19ba6b3).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1806   +/-   ##
=======================================
  Coverage   93.14%   93.14%           
=======================================
  Files           7        7           
  Lines         321      321           
  Branches       88       88           
=======================================
  Hits          299      299           
  Misses         20       20           
  Partials        2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JamesIves
Copy link
Owner

Thank you!

@JamesIves JamesIves merged commit 63d783b into JamesIves:dev Feb 10, 2025
8 of 9 checks passed
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

Successfully merging this pull request may close these issues.

2 participants