We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d97b4b commit 432e0cfCopy full SHA for 432e0cf
1 file changed
.github/workflows/prep-dev.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
17
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
18
- ref: "code/cash2"
+ ref: "code/cash"
19
20
- name: Generate year and month
21
id: date
0 commit comments