tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/workflows/callable-export.yml')
-rw-r--r--.github/workflows/callable-export.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/callable-export.yml b/.github/workflows/callable-export.yml
index 3dfb9e8..982a47a 100644
--- a/.github/workflows/callable-export.yml
+++ b/.github/workflows/callable-export.yml
@@ -118,7 +118,7 @@ jobs:
- name: check
id: secret
run: |
- function output() { echo "::set-output name=secret::$1"; }
+ function output() { echo "secret=$1" >> "$GITHUB_OUTPUT"; }
if [[ -n "${{ secrets.butler-api-key }}" ]];
then output "true";
else output "false";