Skip to content

Commit

Permalink
Update remove-label-id.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jricciardi committed Jun 19, 2023
1 parent bc73378 commit 9486cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-label-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Fetch discussion ID
id: fetch_discussion_id
if: ${{ steps.check_employee.outputs.result == 'true' && github.event.discussion }}
if: ${{ steps.check_employee.outputs.result == 'true' && github.event.repository && github.event.discussion }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
Expand Down

0 comments on commit 9486cb5

Please sign in to comment.