Skip to content

Pin dependencies

Pin dependencies #563

name: Release Management
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
- reopened
milestone:
types:
- closed
permissions:
contents: write
issues: write
pull-requests: write
packages: write
jobs:
release-managment:
name: Release Management
secrets: inherit
uses: WyriHaximus/github-workflows/.github/workflows/github-action-release-managment.yaml@5343944be2a6ef963186b5f413121fcf36980b33 # main

Check failure on line 22 in .github/workflows/release-managment.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-managment.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release-managment.yaml" -> "WyriHaximus/github-workflows/.github/workflows/github-action-release-managment.yaml@5343944be2a6ef963186b5f413121fcf36980b33" : failed to fetch workflow: workflow was not found.
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.description }}
mustCreateCommit: true
preReleaseScript: |
sed -i 's/master/${{ matrix.version }}/g' Dockerfile
cat Dockerfile
git add Dockerfile