ci: fix adding issues to project

pull/2121/head
vdovhanych 2 years ago committed by matejcik
parent 5814e39895
commit 7bb360c4cc

@ -14,7 +14,7 @@ jobs:
steps:
- name: Add new issue to the Backlog 🗂 project board
if: github.event_name == 'issues' && github.event.action == 'opened'
run: gh issue edit $ISSUE --add-project "Backlog 🗂 "
run: gh issue edit $ISSUE --add-project "Backlog 🗂"
env:
ISSUE: ${{github.event.issue.html_url}}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

Loading…
Cancel
Save