Skip to content

Commit

Permalink
fixing ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Mar 28, 2024
1 parent 5a38f4e commit f065b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ jobs:
id: general_create
name: Indexes for General
with:
folder: ${{github.workspace}}/src/General
folder: ${{github.workspace}}/src/general
# Runs a single command using the runners shell

- uses: DaanV2/Typescript-Action-Create-Indexes@latest
id: types_create
name: Indexes for Types
with:
folder: ${{github.workspace}}/src/Types
folder: ${{github.workspace}}/src/types

- uses: DaanV2/Typescript-Action-Create-Indexes@latest
id: minecraft_create
name: Indexes for Types
with:
folder: ${{github.workspace}}/src/Minecraft
folder: ${{github.workspace}}/src/minecraft

- name: ✏️ Commit changes
continue-on-error: true
Expand Down

0 comments on commit f065b7a

Please sign in to comment.