-
Notifications
You must be signed in to change notification settings - Fork 5
IssueOps action execution failed #7
Description
Hi Team,
I am trying to implement actions-importer issueOps and I have some failures in my Github actions, could you guys, please help me here.
Raw logs attached,
echo "[]"
./bin/parse_issue "## Inputs
Provide the following required inputs:
Organization: volvocarsgroup
Project: platform
Available commands
The following commands can be executed by adding a comment to this issue:
/audit/dry-run --pipeline-type pipeline|release --pipeline-id :pipeline-id/migrate --pipeline-type pipeline|release --pipeline-id :pipeline-id --target-url :github-repository-url
Note: The pipeline-type option will default to pipeline if omitted. If any remaining options are missing, the command will not be successful.
" "/audit" "[]"
shell: /usr/bin/bash -e {0}
env:
GITHUB_INSTANCE_URL: https://github.com
GITHUB_ACCESS_TOKEN: ***
JENKINS_INSTANCE_URL:
JENKINS_USERNAME:
JENKINS_ACCESS_TOKEN:
JENKINSFILE_ACCESS_TOKEN:
AZURE_DEVOPS_ACCESS_TOKEN: ***
TRAVIS_CI_ACCESS_TOKEN:
TRAVIS_CI_SOURCE_GITHUB_ACCESS_TOKEN:
GITLAB_ACCESS_TOKEN:
CIRCLE_CI_ACCESS_TOKEN:
CIRCLE_CI_SOURCE_GITHUB_ACCESS_TOKEN:
[]
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: /audit: No such file or directory
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: /dry-run: No such file or directory
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: release: command not found
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: /migrate: No such file or directory
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: release: command not found
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: pipeline-type: command not found
/home/runner/work/_temp/61956514-131d-4661-954a-9a3be3db6ad3.sh: line 19: pipeline: command not found
/home/runner/work/gh-actions-importer-issue-ops/gh-actions-importer-issue-ops/lib/models/provider.rb:24:in initialize': One provider must be selected (RuntimeError) from ./bin/parse_issue:1[7](https://github.com/volvo-cars-dev/gh-actions-importer-issue-ops/actions/runs/4231599745/jobs/7350321108#step:7:7):in new'
from ./bin/parse_issue:17:in `
[]
Error: Process completed with exit code 1.
