Skip to content

build(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 #15

build(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0

build(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 #15

Workflow file for this run

name: Azure DevOps Task

Check failure on line 1 in .github/workflows/task.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/task.yml

Invalid workflow file

(Line: 28, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.sha
on:
workflow_dispatch:
inputs:
task:
description: Task from Tasks/ directory in https://github.com/microsoft/azure-pipelines-tasks.
required: true
execution:
description: Task execution.
required: true
default: node16
permissions:
contents: read
jobs:
task:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: microsoft/azure-pipelines-tasks
- uses: actions/setup-node@v4
with:
node-version: 10
cache: npm
cache-dependency-path: package-lock.json
- run: npm ci
- run: node make.js build --task ${{ inputs.task }}
- uses: frantjc/forge@${{ github.sha }}
- run: forge task -e ${{ inputs.execution }} ${{ inputs.task }}