Skip to content

Commit

Permalink
ci: Use correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Jan 26, 2023
1 parent 9e00cc8 commit 10b8a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
update_issue:
uses: specklesystems/github-actions/.github/workflows/project-add-issue.yml@main
uses: specklesystems/github-actions/.github/workflows/project-update-issue-status.yml@main
secrets: inherit
with:
issue-id: ${{ github.event.issue.node_id }}
issue-id: ${{ github.event.issue.node_id }}

0 comments on commit 10b8a68

Please sign in to comment.