这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@shogo82148
Copy link
Contributor

#100 updates installing method of reviewdog. however, depup workflow didn't follow it.

Error log:

Run reviewdog/action-depup@680d0a6dedb9c170ec21b8e1eacf7a1133937743
  with:
    github_token: ***
    file: action.yml
    version_name: REVIEWDOG_VERSION
    repo: reviewdog/reviewdog
    exclude: \b(rc|alpha|beta)(\b|\d+)
    tag: false
/usr/bin/docker run --name f648451c2a7bfae894566ab625be387f29da1_c004af --label 9f6484 --workdir /github/workspace --rm -e "INPUT_GITHUB_TOKEN" -e "INPUT_FILE" -e "INPUT_VERSION_NAME" -e "INPUT_REPO" -e "INPUT_INCLUDE" -e "INPUT_EXCLUDE" -e "INPUT_TAG" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "GITHUB_ACTION_PATH" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/action-suggester/action-suggester":"/github/workspace" 9f6484:51c2a7bfae894566ab625be387f29da1
cannot parse REVIEWDOG_VERSION

#100 updates installing method of reviewdog.
however, depup workflow didn't follow it.
@shogo82148 shogo82148 requested a review from Copilot September 24, 2025 12:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the version name used in the depup workflow to match the updated action.yml format. The change addresses a parsing error where the workflow was looking for REVIEWDOG_VERSION but the action.yml file now uses reviewdog_version.

  • Updates the version_name parameter in the depup workflow from REVIEWDOG_VERSION to reviewdog_version

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@haya14busa haya14busa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@haya14busa haya14busa merged commit fc38e08 into master Sep 24, 2025
11 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.

3 participants