initial commit
This commit is contained in:
9
action.yml
Normal file
9
action.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Checkout
|
||||
description: 'Checkout a Git repository'
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: printenv
|
||||
shell: bash
|
||||
- run: git init
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user