attribute-spass/.forgejo/workflows/push.yml
lubiana 3e6e8c70b8
All checks were successful
/ ls (push) Successful in 6s
test
2023-10-16 20:16:48 +02:00

10 lines
277 B
YAML

on: [push]
jobs:
ls:
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.2
steps:
- run: env | sort
- run: /usr/bin/git init $GITHUB_WORKSPACE
- run: /usr/bin/git remote add origin $GITHUB_SERVER_URL/$GITHUB_REPOSITORY