Skip to content

Commit

Permalink
ci: 🚧 testing what the event name is
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Jul 2, 2024
1 parent b4050db commit aaa5bd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/add-to-project-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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' }}
run: gh issue edit $ISSUE --add-project "$BOARD"
Expand Down

0 comments on commit aaa5bd2

Please sign in to comment.