We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dccc3b6 commit d02b121Copy full SHA for d02b121
1 file changed
.github/workflows/Update.Unturned.Redist.yaml
@@ -1,8 +1,8 @@
1
name: "Update.Unturned.Redist"
2
3
on:
4
- #schedule:
5
- # - cron: "*/15 * * * *" # Run every 15 minutes
+ schedule:
+ - cron: "*/15 * * * *" # Run every 15 minutes
6
workflow_dispatch:
7
inputs:
8
variant:
@@ -87,12 +87,6 @@ jobs:
87
ref: master
88
token: ${{ secrets.GITHUB_TOKEN }}
89
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
-
96
- name: Download update tool
97
uses: robinraju/release-downloader@v1
98
with:
0 commit comments