diff --git a/README.md b/README.md index e48c92f..3b0ea31 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/action.yml b/action.yml index d06f767..d6f5629 100644 --- a/action.yml +++ b/action.yml @@ -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"