@@ -16,7 +16,7 @@ jobs:
|
|||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/actions/checkout@v2
|
uses: https://github.com/actions/checkout@v2
|
||||||
- name: Verify commit exists in origin/main
|
- name: Verify commit exists in origin/main
|
||||||
run: |
|
run: |
|
||||||
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||||
|
|||||||
Reference in New Issue
Block a user