Skip to content

implement-account-grpc-metadata-headers #4

implement-account-grpc-metadata-headers

implement-account-grpc-metadata-headers #4

Workflow file for this run

name: Check PR
on:
pull_request_target:
types: [opened, edited]
jobs:
check-branches:
name: Check base branch and branch name
runs-on: ubuntu-latest
steps:
- uses: semestry/git-flow-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_FLOW_ACTION_PAT }}