17 lines
337 B
YAML
17 lines
337 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- 'mai*'
|
|
|
|
jobs:
|
|
test:
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Checkout tools repo
|
|
uses: actions/checkout@v4
|
|
with:
|
|
repository: https://git.0w.tf/milka64/oxidized.git
|
|
token: ${{ secrets.TOKEN }}
|
|
path: my-tools
|