Skip to content

post: modify post github actions cache #3

post: modify post github actions cache

post: modify post github actions cache #3

Workflow file for this run

name: Checkout Workflow
on:
push:
branches-ignore: master
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- run: ls -al
- uses: actions/checkout@v3
with:
path: our-source
- run: ls -al
- run: ls -al our-source