Skip to content

Commit

Permalink
fix: add branch name for github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Apr 25, 2024
1 parent ba9aa50 commit d9ee401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-name.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: kiva/github-actions
ref: main
token: ${{ env.GITHUB_PAT }}
path: .github/
- name: lint-pr
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: kiva/github-actions
ref: main
token: ${{ env.GITHUB_PAT }}
path: .github/
- uses: snow-actions/sparse-checkout@v1.2.0
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: kiva/github-actions
ref: main
token: ${{ env.GITHUB_PAT }}
path: .github/
- uses: snow-actions/sparse-checkout@v1.2.0
Expand Down

0 comments on commit d9ee401

Please sign in to comment.