This commit is contained in:
Your Name
2023-11-18 16:17:24 +02:00
parent 1102fcd78b
commit 08f28bbc80
6 changed files with 58 additions and 0 deletions

0
.dockerignore Normal file
View File

View File

@@ -0,0 +1,24 @@
on:
issues:
types: [opened, edited, reopened]
issue_comment:
types: [created, edited]
jobs:
send_telegram_message:
name: send telegram message
runs-on: ubuntu-latest
steps:
- name: send telegram message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
Gitea. Creating new issue
Author: ${{ gitea.actor }}
Repository: ${{ gitea.repository }}
See changes: https://gitea.com/${{ gitea.repository }}/issues/${{ gitea.event.issue.number }}

24
.github/workflows/issues.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
on:
issues:
types: [opened, edited, reopened]
issue_comment:
types: [created, edited]
jobs:
send_telegram_message:
name: send telegram message
runs-on: ubuntu-latest
steps:
- name: send telegram message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
Github. Creating new issue
Author: ${{ github.actor }}
Repository: ${{ github.repository }}
See changes: https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }}

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.idea

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
<p align="center">
<img width="560" height="260" src="docs/image/github_gitea_actions.jpg" alt="github gitea actions">
</p>
# Updating a package in the Gitea system using GitHub Actions
[![License](https://img.shields.io/github/license/rosven9856/gitea_updating_package_action)](https://github.com/rosven9856/gitea_updating_package_action/blob/master/LICENSE)
This action will update the package version in the Gitea system using the API and output debugging information to the log.

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB