Skip to content

Commit

Permalink
Fixed master branch updater Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Oct 11, 2023
1 parent 41dada2 commit a7ca156
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
SKIP: "0"
to_branch: "master"
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
fetch-depth: 0
if: env.SKIP == '0'
- name: Push the code to the master branch.
if: env.SKIP == '0'
Expand Down

0 comments on commit a7ca156

Please sign in to comment.