Skip to content

Fix: Error in count condition of HTTP-Api-Gateway (#60) #3

Fix: Error in count condition of HTTP-Api-Gateway (#60)

Fix: Error in count condition of HTTP-Api-Gateway (#60) #3

Workflow file for this run

---
name: changelog
permissions: write-all
on:
push:
tags:
- "*"
workflow_dispatch:
jobs:
call-workflow-changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
secrets: inherit
with:
branch: 'master'
...