Skip to content

Commit

Permalink
Fix example action
Browse files Browse the repository at this point in the history
  • Loading branch information
kanga333 committed Jul 2, 2020
1 parent 42d88f2 commit 909a349
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 909a349

Please sign in to comment.