mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 18:03:08 +01:00
Merge pull request #67 from github/shati-patel/force-push
Fix workflow to update `master`
This commit is contained in:
2
.github/workflows/mirror-main-to-master.yml
vendored
2
.github/workflows/mirror-main-to-master.yml
vendored
@@ -13,6 +13,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Push main to master
|
||||
run: git push origin main:master
|
||||
|
||||
Reference in New Issue
Block a user