diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 940f294..8d2b965 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,10 +1,10 @@ -name: Gitea Actions Demo +name: Gitea Actions Secont:d run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: alpine-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" diff --git a/.woodpecker/first-workflow.yaml b/.woodpecker/first-workflow.yaml deleted file mode 100644 index d9d321e..0000000 --- a/.woodpecker/first-workflow.yaml +++ /dev/null @@ -1,15 +0,0 @@ -when: - - event: push - branch: main - -steps: - - name: build - image: ubuntu-latest - commands: - - echo "This is the build step" - - echo "binary-data-123" > executable - - name: a-test-step - image: golang:1.16 - commands: - - echo "Testing ..." - - ./executable