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/ --