Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 153874fa8a | |||
| 9390084abe | |||
| 279a765d01 |
@@ -6,6 +6,7 @@ on:
|
||||
|
||||
env:
|
||||
PACKAGE_AND_BREW: ${{ secrets.PACKAGE_AND_BREW }}
|
||||
VERSION: ${{ gitea.ref_name }}
|
||||
|
||||
jobs:
|
||||
build-arch:
|
||||
@@ -13,10 +14,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: "https://git.tesses.org/tesses50/tesses-tap.git"
|
||||
ref: "master"
|
||||
repository: "tesses50/tesses-tap.git"
|
||||
token: ${{ env.PACKAGE_AND_BREW }}
|
||||
- run: |
|
||||
echo "THIS IS COOL" > file
|
||||
bash ../edit-formula.sh
|
||||
git config user.name "Tesses Gitea Bot"
|
||||
git config user.email "noreply@tesses.net"
|
||||
git add .
|
||||
|
||||
Reference in New Issue
Block a user