changed the code to an heredoc
Einige Prüfungen sind fehlgeschlagen
/ build-image (push) Failing after 4s

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-19 21:49:15 +01:00
Ursprung 7bb1ec868d
Commit 1d3ade3e23

Datei anzeigen

@ -5,9 +5,11 @@ jobs:
runs-on: host
steps:
- name: Test OS
shell: js
shell: sh
run: |
js <<EOF
console.log(process.env.RUNNER_OS)
EOF
- uses: actions/checkout@v3
- uses: https://github.com/redhat-actions/buildah-build@v2
with: