We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
looks like github cannot find the action Unable to resolve action reclaim-the-stack/rubocop-action@v1, unable to find version v1
Unable to resolve action reclaim-the-stack/rubocop-action@v1, unable to find version v1
here is my action
jobs: rubocop: name: runner / rubocop runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1.4 bundler-cache: true - name: Rubocop uses: reclaim-the-stack/rubocop-action@v1 with: rubocop_version: Gemfile # get rubocop version from Gemfile.lock rubocop_arguments: --config .rubocop.yml
The text was updated successfully, but these errors were encountered:
Hi, looks like github cannot find the action Unable to resolve action reclaim-the-stack/rubocop-action@v1, unable to find version v1 here is my action jobs: rubocop: name: runner / rubocop runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1.4 bundler-cache: true - name: Rubocop uses: reclaim-the-stack/rubocop-action@v1 with: rubocop_version: Gemfile # get rubocop version from Gemfile.lock rubocop_arguments: --config .rubocop.yml
You should be able to change the version from @v1 to @v1.1.0
Sorry, something went wrong.
Looks like it worked.
Maybe the docs needs an update.
Thanks @timothyjosefik
No branches or pull requests
Hi,
looks like github cannot find the action
Unable to resolve action reclaim-the-stack/rubocop-action@v1, unable to find version v1
here is my action
The text was updated successfully, but these errors were encountered: