Skip to content

Commit

Permalink
ci(label): concat string with gh expression
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 22, 2023
1 parent 27f5a5e commit 421142b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
description: "Pull reqeust number that triggers this workflow"

run-name: ${{ inputs.title }} ( \#${{ inputs.number }} )
run-name: ${{ inputs.title }} ( ${{ '#' + inputs.number }} )

env:
CARGO_INCREMENTAL: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
LABEL: ${{ github.event.label.name }}
REF: ${{ github.head_ref || github.ref_name }}
TITLE: ${{ github.pull_request.title }}
TITLE: ${{ github.event.pull_request.title }}
NUMBER: ${{ github.event.number }}
with:
script: |
Expand Down

0 comments on commit 421142b

Please sign in to comment.