From db49eb665e7583ea6b3911ac666bd4c688a77439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Sat, 15 Jan 2022 20:58:06 +0100 Subject: [PATCH] fix: trilom/file-changes-action bug This action fails on first commit for push events. Apply some of proposals seen in their issue thread: https://github.com/trilom/file-changes-action/issues/116 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3592fbd1f1ad8..279b638a6d5bc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,7 @@ on: branches: # Push events our default branch - main +# - master # Push events our auxiliar branches - docs - gh-pages