Skip to content

Commit

Permalink
refactor: updated github-script action (#1056)
Browse files Browse the repository at this point in the history
refactor: updated github-script action
  • Loading branch information
mfranzke authored Jan 15, 2025
1 parent 53e5777 commit 1a316bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/extract-branch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: "composite"
steps:
- name: ⏬ Get branch name
uses: actions/github-script@v6
uses: actions/github-script@v7
id: get-branch-name
with:
result-encoding: string
Expand Down

0 comments on commit 1a316bd

Please sign in to comment.