This commit is contained in:
maximo tejeda 2024-08-17 09:25:46 -04:00
parent 06aa87d29e
commit 4e8595a509

View File

@ -62,3 +62,9 @@ jobs:
steps:
- name: External url creation
run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID
report-os:
runs-on: ubuntu-latest
steps:
- name: check-os
if: runner.os != 'Windows'
run: echo "The runner's operating system is $RUNNER_OS."