mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fixed master branch updater Github Action.
This commit is contained in:
parent
41dada2c06
commit
a7ca15657b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/master_updater.yml
vendored
4
.github/workflows/master_updater.yml
vendored
|
@ -11,7 +11,9 @@ jobs:
|
|||
SKIP: "0"
|
||||
to_branch: "master"
|
||||
steps:
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- uses: actions/checkout@v4.1.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
if: env.SKIP == '0'
|
||||
- name: Push the code to the master branch.
|
||||
if: env.SKIP == '0'
|
||||
|
|
Loading…
Add table
Reference in a new issue