mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 01:09:35 +05:30
(CI/CD): debug workflow events
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -11,6 +11,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 🚚 Get latest code
|
- name: 🚚 Get latest code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Debug Event Payload
|
||||||
|
run: echo "${{ toJson(github.event) }}"
|
||||||
|
|
||||||
- name: 📦 Update Database
|
- name: 📦 Update Database
|
||||||
if: github.event_name == 'push' && github.event_path == 'neosubhamoy.sql'
|
if: github.event_name == 'push' && github.event_path == 'neosubhamoy.sql'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-- phpMyAdmin SQL Dum
|
-- phpMyAdmin SQL Dump
|
||||||
-- version 5.2.1
|
-- version 5.2.1
|
||||||
-- https://www.phpmyadmin.net/
|
-- https://www.phpmyadmin.net/
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user