Skip to content

Commit

Permalink
refactor: update set-output deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
codebydant authored and akhilmhdh committed Apr 20, 2024
1 parent 62ee33c commit 5bd0495
Show file tree
Hide file tree
Showing 5 changed files with 17,221 additions and 12,659 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: CI
on:
push:
branches:
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:
pr_id: # id of pr
description: "Id of the generated PR when the branch is in protected mode"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: "archive"
Expand Down
Loading

0 comments on commit 5bd0495

Please sign in to comment.