Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9390084abe | |||
| 279a765d01 | |||
| 2b52688e95 |
@@ -9,11 +9,12 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-arch:
|
build-arch:
|
||||||
runs-on: arch-builder
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: "https://git.tesses.org/tesses50/tesses-tap.git"
|
ref: "master"
|
||||||
|
repository: "tesses50/tesses-tap.git"
|
||||||
token: ${{ env.PACKAGE_AND_BREW }}
|
token: ${{ env.PACKAGE_AND_BREW }}
|
||||||
- run: |
|
- run: |
|
||||||
echo "THIS IS COOL" > file
|
echo "THIS IS COOL" > file
|
||||||
|
|||||||
Reference in New Issue
Block a user