Merge pull request #9 from Slava-Shchipunov/feat/update-gh-actions
fix: fix art
This commit is contained in:
16
.github/workflows/run-release.yml
vendored
16
.github/workflows/run-release.yml
vendored
@@ -30,14 +30,14 @@ jobs:
|
|||||||
if: steps.check_release.outputs.tag_name == 'Not found'
|
if: steps.check_release.outputs.tag_name == 'Not found'
|
||||||
run: |
|
run: |
|
||||||
ART="
|
ART="
|
||||||
_______ ________ __
|
_______ ________ __
|
||||||
| |.-----.-----.-----.| | | |.----.| |_
|
| |.-----.-----.-----.| | | |.----.| |_
|
||||||
| - || _ | -__| || | | || _|| _|
|
| - || _ | -__| || | | || _|| _|
|
||||||
|_______|| __|_____|__|__||________||__| |____|
|
|_______|| __|_____|__|__||________||__| |____|
|
||||||
|__| A M N E Z I A W I R E G U A R D
|
|__| A M N E Z I A W I R E G U A R D
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
OpenWrt ${{ steps.get_release.outputs.release_tag }}
|
OpenWrt ${{ steps.get_release.outputs.release_tag }}
|
||||||
-----------------------------------------------------"
|
-----------------------------------------------------"
|
||||||
curl -X POST https://api.github.com/repos/Slava-Shchipunov/awg-openwrt/releases \
|
curl -X POST https://api.github.com/repos/Slava-Shchipunov/awg-openwrt/releases \
|
||||||
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
|
|||||||
Reference in New Issue
Block a user