Skip to content

Commit

Permalink
Merge pull request #5 from kanga333/fix-example
Browse files Browse the repository at this point in the history
Fix example action
  • Loading branch information
kanga333 authored Jul 2, 2020
2 parents 42d88f2 + 909a349 commit 1c6e4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
}
}
Expand Down

0 comments on commit 1c6e4a5

Please sign in to comment.