Compare commits

..

No commits in common. "main" and "V2.2" have entirely different histories.
main ... V2.2

2 changed files with 1 additions and 26 deletions

View File

@ -1,25 +0,0 @@
on:
push:
tags:
- 'v*'
name: create release
jobs:
build:
name: create release
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: create the release
id: create_release
uses: actions/create-release@v1
env:
GITEA_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
tag_name: ${{ gitea.ref }}
release_name: release ${{ gitea.ref }}
body: |
releasing ${{ gitea.ref }} for ${{ gitea.repository }}
make_latest: true

View File

@ -1,4 +1,4 @@
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code [![](https://fyrfli.dev/fyrfli/quotesbot/actions/workflows/deploy.yml/badge.svg)](https://fyrfli.dev/fyrfli/quotesbot/actions)
# The new [QuotesBot](https://bots.fyrfli.social/@quotesbot) code ![](https://fyrfli.dev/fyrfli/quotesbot/actions/workflows/deploy.yml/badge.svg)
In the neverending quest to improve my coding skills, I often check out the code that other bots employ. Last night, I decided to check out the code for the [ThursdayBot](https://github.com/devashishp/thursday) and realised something really neat: