Skip to content

Commit 3aa4eb9

Browse files
authored
Merge pull request #892 from phpDocumentor/jaapio-patch-1
Use correct value for split branch
2 parents d1abce0 + 45f2e96 commit 3aa4eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sub-split.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: "${{ runner.os }}-splitsh-d-101"
3737
- uses: "frankdejonge/[email protected]"
3838
with:
39-
source-branch: "${{ env.GITHUB_REF_NAME }}"
39+
source-branch: "${{ github.ref_name }}"
4040
config-path: "./config.subsplit-publish.json"
4141
splitsh-path: "./.splitsh/splitsh-lite"
4242
splitsh-version: "v1.0.1"

0 commit comments

Comments
 (0)