Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b605cde12 | |||
| 352fd9c203 |
@@ -12,12 +12,15 @@ jobs:
|
|||||||
build-arch:
|
build-arch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: "master"
|
ref: "master"
|
||||||
|
path: "co"
|
||||||
repository: "tesses50/tesses-tap.git"
|
repository: "tesses50/tesses-tap.git"
|
||||||
token: ${{ env.PACKAGE_AND_BREW }}
|
token: ${{ env.PACKAGE_AND_BREW }}
|
||||||
- run: |
|
- run: |
|
||||||
|
cd co
|
||||||
bash ../edit-formula.sh
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user