Skip to content

Merge pull request #81 from BenjaminBoehm/main #73

Merge pull request #81 from BenjaminBoehm/main

Merge pull request #81 from BenjaminBoehm/main #73

Workflow file for this run

---
name: New release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
# docs: https://github.com/telekom-mms/.github#release
if: github.repository != '$TEMPLATE_REPOSITORY'
uses: telekom-mms/.github/.github/workflows/release.yml@main

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / New release

Invalid workflow file

The workflow is not valid. In .github/workflows/release.yml (Line: 14, Col: 11): Error from called workflow telekom-mms/.github/.github/workflows/release.yml@main (Line: 41, Col: 27): Unrecognized named-value: 'GITHUB_REF_NAME'. Located at position 1 within expression: GITHUB_REF_NAME
secrets:
GH_BRANCH_PROTECTION_APP_TOKEN: ${{ secrets.GH_BRANCH_PROTECTION_APP_TOKEN }}