Skip to content

Fix typo in FEDORA43DEBUG configuration #11

Fix typo in FEDORA43DEBUG configuration

Fix typo in FEDORA43DEBUG configuration #11

Workflow file for this run

name: Deployment

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

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

reusable workflows should be referenced at the top-level `jobs.*.uses' key, not within steps
on:
pull_request:
types:
[ closed ]
jobs:
Run-Common-Deployment:
if: github.event.pull_request.merged == true
runs-on: [self-hosted, trusted]
steps:
- name: Run-Jenkins
uses: dm-vdo/vdo-org-actions/.github/workflows/deploy.yaml@main
with:
deploy-action: |
/permabit/ops/scripts/runJenkinsJob common-github
deploy-action-failure: echo "deploy failed. see logs"