Skip to content

Commit

Permalink
refactor: updated github-script action
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 5, 2025
1 parent ca6a600 commit 3d3acda
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 3d3acda

Please sign in to comment.