Compare commits

..

3 commits

Author SHA1 Message Date
af6309d249
rename to Forgejo
All checks were successful
on push / build (push) Successful in 3s
on tags / build (push) Successful in 2s
2024-02-09 19:09:57 +01:00
7309e148a0
add hostname to uses 2024-02-09 19:09:44 +01:00
bafdb90dc0
runs on docker 2024-02-09 19:09:16 +01:00
3 changed files with 6 additions and 6 deletions

View file

@ -7,10 +7,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.MAINTAINER_TOKEN }}

View file

@ -7,10 +7,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: https://github.com/actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Ref
shell: bash

View file

@ -1,4 +1,4 @@
# Gitea action test: Subsequent workflows
# Forgejo action test: Subsequent workflows
Is it possible to have subsequent workflow in Gitea? Whenever I create a commit, gitea actions should tag it.
Is it possible to have subsequent workflow in Forgejo? Whenever I create a commit, gitea actions should tag it.
On every tag gitea actions should be executed.