Commit 057f4d1f authored by tom's avatar tom

[skip ci] fix label name for workflow

parent 5b095556
...@@ -254,7 +254,7 @@ jobs: ...@@ -254,7 +254,7 @@ jobs:
id: labeling_issues id: labeling_issues
uses: actions/github-script@v6 uses: actions/github-script@v6
env: env:
LABEL_NAME: ${{ steps.tags.outputs.latest }} LABEL_NAME: ${{ inputs.label_name }}
ISSUES: ${{ steps.linked_issues.outputs.result }} ISSUES: ${{ steps.linked_issues.outputs.result }}
with: with:
script: | script: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment