tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-web/action.yml')
| -rw-r--r-- | .github/actions/export-web/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/export-web/action.yml b/.github/actions/export-web/action.yml index 053471a..6478342 100644 --- a/.github/actions/export-web/action.yml +++ b/.github/actions/export-web/action.yml @@ -51,7 +51,7 @@ runs: - name: Test git repo id: is-repo - run: "echo ::set-output name=is-repo::$(git rev-parse --is-inside-work-tree || echo false)" + run: echo "is-repo=$(git rev-parse --is-inside-work-tree || echo false)" >> "$GITHUB_OUTPUT" shell: bash - name: Deploy |