Skip to content

fix: update output variable names in staging-image-tag workflow #23

fix: update output variable names in staging-image-tag workflow

fix: update output variable names in staging-image-tag workflow #23

name: PR Version Labeler
on:
workflow_call:
pull_request:
types: [opened, edited]
jobs:
version-labeler:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
with:
config_path: .github/pr-version-labeler.yaml
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'