Update job. Do it manually.

This commit is contained in:
James Cole 2024-01-13 07:36:09 +01:00
parent d3ed8c6f0f
commit 02ed47c578
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -14,14 +14,18 @@ permissions:
checks: read checks: read
jobs: jobs:
demo: respond:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: github/command@v1.1.0 - uses: github/command@v1.1.0
id: command id: command
with: with:
command: ".eOxNZAmyGz6CXMyf" 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: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }} GH_REPO: ${{ github.repository }}