2026-05-08 08:55:24 +00:00
|
|
|
name: run-on-push
|
|
|
|
|
on:
|
|
|
|
|
push:
|
2026-05-08 09:01:03 +00:00
|
|
|
branches:
|
|
|
|
|
- main
|
|
|
|
|
- feature/embed-http-server
|
|
|
|
|
|
2026-05-08 08:55:24 +00:00
|
|
|
jobs:
|
|
|
|
|
run-script:
|
2026-05-08 09:01:03 +00:00
|
|
|
runs-on: ubuntu-latest
|
2026-05-08 08:55:24 +00:00
|
|
|
steps:
|
2026-05-08 09:18:22 +00:00
|
|
|
# - uses: actions/checkout@v4
|
2026-05-08 08:55:24 +00:00
|
|
|
- name: Run script
|
2026-05-08 09:20:27 +00:00
|
|
|
# run: ./test.sh
|
|
|
|
|
run: uname -a
|
|
|
|
|
run: date
|
|
|
|
|
run: whoami
|
|
|
|
|
run: pwd
|
|
|
|
|
run: hostname -I
|
|
|
|
|
run: hostname
|