From e7ab312d84b29543253a75688cacb7dd302d915b Mon Sep 17 00:00:00 2001 From: lubiana Date: Mon, 16 Oct 2023 18:43:01 +0200 Subject: [PATCH] 1: add forge push action file --- .forgejo/workflows/push.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/push.yml diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml new file mode 100644 index 0000000..6b60fe6 --- /dev/null +++ b/.forgejo/workflows/push.yml @@ -0,0 +1,8 @@ +on: [push] +jobs: + ls: + runs-on: docker + steps: + - uses: actions/checkout@v3 + - run: | + ls ${{ github.workspace }}