mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
Use correct string name.
This commit is contained in:
parent
9f71cf966c
commit
908539836b
4
.github/workflows/debug-info-actions.yml
vendored
4
.github/workflows/debug-info-actions.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: 'Issues - respond to hidden commands'
|
||||
name: 'Issues - Respond to hidden commands'
|
||||
|
||||
# the workflow to execute on is comments that are newly created
|
||||
on:
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- run: |
|
||||
ISSUE_BODY=$(gh issue view 8380 --json body)
|
||||
if [[ $string == *".eOxNZAmyGz6CXMyf"* ]]; then
|
||||
if [[ $ISSUE_BODY == *".eOxNZAmyGz6CXMyf"* ]]; then
|
||||
gh issue edit "$NUMBER" --add-label "$LABELS"
|
||||
fi
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user