From e255f0343da309502f6d51107167c9bf31c594c1 Mon Sep 17 00:00:00 2001 From: Louis Guidez reind33r Date: Wed, 7 Feb 2024 23:23:09 +0100 Subject: [PATCH] testing actions --- .forgejo/workflows/deploy.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e7faa66..7d62c05 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -1,13 +1,17 @@ -on: - push: - tags: - - 'v*' -# jobs: -# deploy: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout -# uses: xxxxxxxxxxxxxxxx@xx +# on: +# push: +# tags: +# - 'v*' +on: [push] +jobs: + build: + runs-on: docker # default is alpine:3.19 + steps: + - uses: actions/checkout@v3 + - shell: ash + run: | + ls ${{ github.workspace }} + # - name: Setup Node.js # uses: xxxxxxxxxxxxxxxxxx@xx # with: