Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- name: Create the Linear Issue
id: createIssue
uses: ctriolo/action-create-linear-issue@v1
uses: Brale-xyz/action-create-linear-issue@v1
with:
linear-api-key: ${{secrets.LINEAR_API_KEY}}
linear-team-key: "CHR"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ outputs:
linear-attachment-id:
description: "The Linear attachment's uniquie identifier. (UUID)"
runs:
using: "node16"
using: "node24"
main: "dist/index.js"
branding:
icon: "checklist"
Expand Down