Skip to content

feat: added conditional paramter for blocking action (#151) #18

feat: added conditional paramter for blocking action (#151)

feat: added conditional paramter for blocking action (#151) #18

---
name: changelog
permissions: write-all
on:
push:
tags:
- "*"
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
with:
branch: 'master'
secrets:
GITHUB: ${{ secrets.GITHUB }}
...