forked from docs/doc-exports
adding env variables
This commit is contained in:
@ -157,7 +157,11 @@ jobs:
|
||||
run: |
|
||||
echo "Gitea event file path: ${{ gitea.event_path }}"
|
||||
export GT_EVENT_PATH="${{ gitea.event_path }}"
|
||||
cat "${{ gitea.event_path }}"
|
||||
ls -la $GT_EVENT_PATH
|
||||
cat $GT_EVENT_PATH
|
||||
echo "Gitea REPO: $GITEA_REPO_NAME"
|
||||
echo "Gitea PR Number: $GITEA_PR_ID"
|
||||
echo "Gitea Owner: $GITEA_REPO_USER_NAME"
|
||||
# exit 1
|
||||
|
||||
- name: List changed files in PR
|
||||
|
||||
Reference in New Issue
Block a user