Skip to content

Commit d64a41e

Browse files
authored
Update prep-dev.yml
1 parent 0b08249 commit d64a41e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/prep-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +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"
1819

1920
- name: Generate year and month
2021
id: date
@@ -71,5 +72,5 @@ jobs:
7172
uses: actions-js/push@master
7273
with:
7374
message: "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
74-
#branch: "code/cash"
75+
branch: "code/cash2"
7576
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)