This commit is contained in:
@@ -20,14 +20,6 @@ jobs:
|
|||||||
BEFORE_SHA: ${{ github.event.before }}
|
BEFORE_SHA: ${{ github.event.before }}
|
||||||
AFTER_SHA: ${{ github.sha }}
|
AFTER_SHA: ${{ github.sha }}
|
||||||
steps:
|
steps:
|
||||||
- name: Validate project checkout
|
|
||||||
run: |
|
|
||||||
set -e
|
|
||||||
if [ ! -d "$PROJECT_DIR/.git" ]; then
|
|
||||||
echo "Expected git repository at $PROJECT_DIR but not found."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Pull latest main
|
- name: Pull latest main
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user