forked from docs/doc-exports
dump env
This commit is contained in:
@ -19,6 +19,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
|
||||
- name: Dump Gitea env
|
||||
run: |
|
||||
env | sort | grep GITEA
|
||||
- name: Get changed files other method
|
||||
run: |
|
||||
git fetch origin $GITEA_BASE_REF
|
||||
|
||||
Reference in New Issue
Block a user