mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
chore: enhance build preview workflow with additional debug information
- Updated workflow name to use quotes for consistency. - Added event name and event type to the debug output for improved context during deployments.
This commit is contained in:
6
.github/workflows/build-preview.yml
vendored
6
.github/workflows/build-preview.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Preview Deployment
|
name: "Build Preview Deployment"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -49,4 +49,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Artifact upload completed"
|
echo "Artifact upload completed"
|
||||||
echo "Workflow ID: ${{ github.run_id }}"
|
echo "Workflow ID: ${{ github.run_id }}"
|
||||||
echo "Repository: ${{ github.repository }}"
|
echo "Repository: ${{ github.repository }}"
|
||||||
|
echo "Event name: ${{ github.event_name }}"
|
||||||
|
echo "Event type: ${{ github.event.action }}"
|
||||||
Reference in New Issue
Block a user