Skip to content

Commit 9f247f0

Browse files
committed
use new version of gh action
1 parent 60b0e8e commit 9f247f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: List directory before starting FA
2727
run: ls -l faDockerComposeFilePath/kickstart
2828
- name: Start FusionAuth
29-
uses: fusionauth/[email protected].4
29+
uses: fusionauth/[email protected].5
3030
with:
3131
FUSIONAUTH_VERSION: 1.48.3
32-
FUSIONAUTH_APP_KICKSTART_FILE: /usr/local/fusionauth/kickstart/k2.json
32+
FUSIONAUTH_APP_KICKSTART_DIRECTORY_PATH: kickstart
3333
- name: List directory
3434
run: ls -l faDockerComposeFilePath/kickstart
3535
- name: Install npm dependencies

0 commit comments

Comments
 (0)