This commit is contained in:
commit
44e0285bed
1 changed files with 19 additions and 0 deletions
19
.forgejo/workflows/check.yaml
Normal file
19
.forgejo/workflows/check.yaml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Deployment
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
container:
|
||||||
|
runs-on: docker
|
||||||
|
container: fleaz/playground
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
run: |
|
||||||
|
env
|
||||||
|
pwd
|
||||||
|
ls -la
|
||||||
|
git clone ${GITHUB_ACTOR}:{$GITHUB_TOKEN}@${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} .
|
||||||
|
ls -la
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue