mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-17 02:13:04 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Push main to master
|
- name: Push main to master
|
||||||
run: git push origin main:master
|
run: git push origin main:master
|
||||||
|
|||||||
Reference in New Issue
Block a user