Fixed master branch updater Github Action.

This commit is contained in:
23rd 2023-10-11 06:04:59 +03:00
parent 41dada2c06
commit a7ca15657b
1 changed files with 3 additions and 1 deletions

View File

@ -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'