Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 153874fa8a |
@@ -6,6 +6,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
PACKAGE_AND_BREW: ${{ secrets.PACKAGE_AND_BREW }}
|
PACKAGE_AND_BREW: ${{ secrets.PACKAGE_AND_BREW }}
|
||||||
|
VERSION: ${{ gitea.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-arch:
|
build-arch:
|
||||||
@@ -17,7 +18,7 @@ jobs:
|
|||||||
repository: "tesses50/tesses-tap.git"
|
repository: "tesses50/tesses-tap.git"
|
||||||
token: ${{ env.PACKAGE_AND_BREW }}
|
token: ${{ env.PACKAGE_AND_BREW }}
|
||||||
- run: |
|
- run: |
|
||||||
echo "THIS IS COOL" > file
|
bash ../edit-formula.sh
|
||||||
git config user.name "Tesses Gitea Bot"
|
git config user.name "Tesses Gitea Bot"
|
||||||
git config user.email "noreply@tesses.net"
|
git config user.email "noreply@tesses.net"
|
||||||
git add .
|
git add .
|
||||||
|
|||||||
Reference in New Issue
Block a user