mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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
|
# the workflow to execute on is comments that are newly created
|
||||||
on:
|
on:
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
ISSUE_BODY=$(gh issue view 8380 --json body)
|
ISSUE_BODY=$(gh issue view 8380 --json body)
|
||||||
if [[ $string == *".eOxNZAmyGz6CXMyf"* ]]; then
|
if [[ $ISSUE_BODY == *".eOxNZAmyGz6CXMyf"* ]]; then
|
||||||
gh issue edit "$NUMBER" --add-label "$LABELS"
|
gh issue edit "$NUMBER" --add-label "$LABELS"
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user