2024-10-14 13:12:49 +00:00
|
|
|
name: Testing pipes
|
|
|
|
on:
|
|
|
|
push:
|
2024-10-14 13:14:32 +00:00
|
|
|
branches:
|
2024-10-14 13:12:49 +00:00
|
|
|
- main
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Check out repo code
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
- run: echo "Testing testing"
|
|
|
|
- run: cat ./README.md
|
2024-10-14 13:17:16 +00:00
|
|
|
- run: cat /etc/os-release
|