mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update job. Do it manually.
This commit is contained in:
parent
d3ed8c6f0f
commit
02ed47c578
8
.github/workflows/debug-info-actions.yml
vendored
8
.github/workflows/debug-info-actions.yml
vendored
@ -14,14 +14,18 @@ permissions:
|
||||
checks: read
|
||||
|
||||
jobs:
|
||||
demo:
|
||||
respond:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: github/command@v1.1.0
|
||||
id: command
|
||||
with:
|
||||
command: ".eOxNZAmyGz6CXMyf"
|
||||
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
|
||||
- run: |
|
||||
ISSUE_BODY=$(gh issue view 8380 --json body)
|
||||
if [[ $string == *".eOxNZAmyGz6CXMyf"* ]]; then
|
||||
gh issue edit "$NUMBER" --add-label "$LABELS"
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
|
Loading…
Reference in New Issue
Block a user