diff --git a/action.yml b/action.yml index 817184c..0359850 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: # ACTIONS_RUNTIME_TOKEN is not yet available (2024-08) for composite actions on Github : # https://github.com/actions/runner/issues/3046 - name: Expose GitHub Runtime - if: {{ ! env.ACTIONS_RUNTIME_TOKEN }} + if: {{ true }} uses: "crazy-max/ghaction-github-runtime@v3" - name: Upload artifact (using v4)