Skip to content

Commit

Permalink
chore: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Feb 14, 2024
1 parent 13f3f65 commit 7b6f506
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
if: github.event.label.name == 'request'
runs-on: ubuntu-latest
steps:
- name: Log title
env:
TITLE: ${{ toJson(github.event.issue.title) }}
run: |
echo "$TITLE"
- name: Request cleanup
run: gh issue delete "$NUMBER" --yes
env:
Expand Down

0 comments on commit 7b6f506

Please sign in to comment.