ADd
This commit is contained in:
parent
06aa87d29e
commit
4e8595a509
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -62,3 +62,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: External url creation
|
- name: External url creation
|
||||||
run: echo $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/run/$GITHUB_RUN_ID
|
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."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user