From 7b1b1d895f7c3edd82296dac9880a20fd33986e6 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sun, 3 Dec 2023 21:05:13 +0530 Subject: [PATCH] (CI/CD): debug workflow events --- .github/workflows/main.yml | 3 +++ neosubhamoy.sql | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e847938..b77fee9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,9 @@ jobs: steps: - name: 🚚 Get latest code uses: actions/checkout@v3 + + - name: Debug Event Payload + run: echo "${{ toJson(github.event) }}" - name: 📦 Update Database if: github.event_name == 'push' && github.event_path == 'neosubhamoy.sql' diff --git a/neosubhamoy.sql b/neosubhamoy.sql index 43e7f6c..a709016 100644 --- a/neosubhamoy.sql +++ b/neosubhamoy.sql @@ -1,4 +1,4 @@ --- phpMyAdmin SQL Dum +-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ --