Skip to content

Commit 914aab9

Browse files
committed
fix inputs passing
1 parent 67bedb1 commit 914aab9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- uses: ./.github/workflows/run-tests.yml
3030
with:
31-
inputs:
32-
event_name: ${{ github.event_name }}
33-
secrets:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31+
event_name: ${{ github.event_name }}
32+
secrets:
33+
inherit

0 commit comments

Comments
 (0)