We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b08249 commit d64a41eCopy full SHA for d64a41e
1 file changed
.github/workflows/prep-dev.yml
@@ -15,6 +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"
19
20
- name: Generate year and month
21
id: date
@@ -71,5 +72,5 @@ jobs:
71
72
uses: actions-js/push@master
73
74
message: "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
- #branch: "code/cash"
75
+ branch: "code/cash2"
76
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
0 commit comments