You've already forked gitea-composer-upload-action
initial
This commit is contained in:
0
.dockerignore
Normal file
0
.dockerignore
Normal file
24
.gitea/workflows/issues.yml
Normal file
24
.gitea/workflows/issues.yml
Normal 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
24
.github/workflows/issues.yml
vendored
Normal 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
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.idea
|
||||
9
README.md
Normal file
9
README.md
Normal 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
|
||||
|
||||
[](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.
|
||||
BIN
docs/image/github_gitea_actions.jpg
Normal file
BIN
docs/image/github_gitea_actions.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
Reference in New Issue
Block a user