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:
parent
1bb88e7c93
commit
6687f2723d
4
.github/workflows/build-preview.yml
vendored
4
.github/workflows/build-preview.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build Preview Deployment
|
||||
name: "Build Preview Deployment"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@ -50,3 +50,5 @@ jobs:
|
||||
echo "Artifact upload completed"
|
||||
echo "Workflow ID: ${{ github.run_id }}"
|
||||
echo "Repository: ${{ github.repository }}"
|
||||
echo "Event name: ${{ github.event_name }}"
|
||||
echo "Event type: ${{ github.event.action }}"
|
Loading…
Reference in New Issue
Block a user