Skip to content

Commit

Permalink
ci: 🔥 no longer need this test code
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jul 2, 2024
1 parent aaa5bd2 commit 26250bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/add-to-project-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
BOARD: "Team project planning"
GH_TOKEN: ${{ secrets.gh-token }}
steps:
- name: test
run: echo "This is ${{ github.event_name }}"

- name: Add issue to project board
if: ${{ github.event_name == 'issue' }}
if: ${{ github.event_name == 'issues' }}
run: gh issue edit $ISSUE --add-project "$BOARD"
env:
ISSUE: ${{ github.event.issue.html_url }}
Expand Down

0 comments on commit 26250bd

Please sign in to comment.