From 909a34928f99cffc47bb0bc50024924dd21de182 Mon Sep 17 00:00:00 2001 From: kanga333 Date: Thu, 2 Jul 2020 22:30:40 +0900 Subject: [PATCH] Fix example action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aab436e..251a9ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,10 +56,10 @@ jobs: - uses: ./ id: run_action with: - key: "${{ github.base_ref }}" + key: "${{ github.event_name }}" map: | { - "master": { + "push|pull_request": { "example": "${{secrets.EXAMPLE}}" } }