Skip to content

Commit d02b121

Browse files
committed
Do not create a branch manually, let PR action do it
1 parent dccc3b6 commit d02b121

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "Update.Unturned.Redist"
22

33
on:
4-
#schedule:
5-
# - cron: "*/15 * * * *" # Run every 15 minutes
4+
schedule:
5+
- cron: "*/15 * * * *" # Run every 15 minutes
66
workflow_dispatch:
77
inputs:
88
variant:
@@ -87,12 +87,6 @@ jobs:
8787
ref: master
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989

90-
- name: Create and switch to update branch
91-
run: |
92-
git config --global user.email "sunnamed434@users.noreply.github.com"
93-
git config --global user.name "sunnamed434"
94-
git checkout -b "$BRANCH_NAME"
95-
9690
- name: Download update tool
9791
uses: robinraju/release-downloader@v1
9892
with:

0 commit comments

Comments
 (0)