FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: get branch name to fix ci failure · commit-check/commit-check@daf615b · GitHub

Commit daf615b

Browse files
committed
fix: get branch name to fix ci failure
1 parent e751716 commit daf615b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/main.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- uses: actions/checkout@v4
80+
with:
81+
ref: ${{ github.head_ref }} # get current branch name
8082
- uses: actions/setup-python@v5
8183
with:
8284
python-version: "3.10"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL