Skip to content

Update test.yml

Update test.yml #2

Workflow file for this run

name: Test Workflow
on:
push:
jobs:
check:
runs-on: ubuntu-latest
name: Checkout
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Echo git
run: |
echo ${{ github }}