Skip to content

puLL-Merge: initial release #8

puLL-Merge: initial release

puLL-Merge: initial release #8

Workflow file for this run

name: loop
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
loop:
name: loop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- run: |
pwd
tree -a
- uses: ./