Skip to content

Commit 432e0cf

Browse files
authored
Change checkout ref from 'code/cash2' to 'code/cash'
1 parent 3d97b4b commit 432e0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prep-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
1717
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
18-
ref: "code/cash2"
18+
ref: "code/cash"
1919

2020
- name: Generate year and month
2121
id: date

0 commit comments

Comments
 (0)