skip to Main Content

Ubuntu – GitHub action "Failure"

I'm trying to create my first Github action and likely missing something.... When I push my repo to Github and after click "Actions" in the Repo on Github it says Failure and it seems related to .github/workflows/test.yml. Error message: Error:…

VIEW QUESTION

Ubuntu – Azure cant login from github actions

Im trying to deploy from github actions using the following yml: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: "Login via Azure CLI" uses: azure/login@v1 with: client-id: GUID tenant-id: GUID subscription-id: GUID but im getting the error: Please…

VIEW QUESTION
Back To Top
Search