From 9e03f243647c392165ae4e5440036bbb1fcda8d5 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Fri, 6 Dec 2024 17:08:38 +0100 Subject: [PATCH] Revert "try github.event variables" This reverts commit 7954f92b2f274e938cc470aef23c2ca502c9955b. --- .github/workflows/push.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5e4b01bf8..3d60bd52f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -74,9 +74,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: get file changes - run: | - git diff --name-only ${{ github.event.before }} ${{ github.event.after }} - name: Setup Go uses: actions/setup-go@v5