Skip to content

Commit 6ca9425

Browse files
authored
zsdafasdf
1 parent 1fc2a21 commit 6ca9425

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

action.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,12 @@ outputs:
8484
description: A folder containing the built .geode file(s)
8585
value: ${{ steps.build.outputs.output }}
8686

87-
runs:
88-
secrets:
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90-
87+
on:
88+
workflow_call:
89+
secrets:
90+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91+
92+
runs:
9193
using: composite
9294
steps:
9395
- name: Detect platform

0 commit comments

Comments
 (0)