test github...

This commit is contained in:
Chl 2024-08-30 03:35:53 +02:00
parent 74ec1d81a9
commit 16b1d4d3be

View file

@ -33,8 +33,8 @@ runs:
# ACTIONS_RUNTIME_TOKEN is not yet available (2024-08) for composite actions on Github : # ACTIONS_RUNTIME_TOKEN is not yet available (2024-08) for composite actions on Github :
# https://github.com/actions/runner/issues/3046 # https://github.com/actions/runner/issues/3046
- name: Expose GitHub Runtime - name: Expose GitHub Runtime
uses: "crazy-max/ghaction-github-runtime@v3"
if: {{ ! env.ACTIONS_RUNTIME_TOKEN }} if: {{ ! env.ACTIONS_RUNTIME_TOKEN }}
uses: "crazy-max/ghaction-github-runtime@v3"
- name: Upload artifact (using v4) - name: Upload artifact (using v4)
shell: sh shell: sh