Azure / Azure/pipelines

Error running pipeline from action

Open
#16 1 comment 0 reactions 1 assignee Claimed by @Ganeshrockz View on GitHub
question
Dominant language
TypeScript
Stars
85
Forks
99
PR merge metrics
No merged PRs in 30d

Description

### Information
When trying to run a pipeline from a GitHub action the below error is produced. I can confirm the URL works as I use it to access my project. The project is private, not sure if that helps.

### Error
##[error]Failed to parse project url: "https://dev.azure.com/powerful-it/Monitoring/".
Specify the valid project url (eg, https://dev.azure.com/organization/project-name or https://server.example.com:8080/tfs/DefaultCollection/project-name)) and try again.

### Action
pipeline:
name: 'DevOps Pipline'
needs: [terraform]
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./mon-app

steps:
- name: Run
uses: Azure/pipelines@v1
with:
azure-devops-project-url: 'https://dev.azure.com/powerful-it/Monitoring/'
azure-pipeline-name: 'app'
azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.