Fix
Some checks failed
Build and Deploy on Tag / build-arch (push) Failing after 3s

This commit is contained in:
2026-04-20 04:28:45 -05:00
parent 9390084abe
commit 153874fa8a
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ on:
env:
PACKAGE_AND_BREW: ${{ secrets.PACKAGE_AND_BREW }}
VERSION: ${{ gitea.ref_name }}
jobs:
build-arch:
@@ -17,7 +18,7 @@ jobs:
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 .

1
main.c
View File

@@ -5,5 +5,6 @@ const char* VERSE = "John 3:16 says: For God so loved the world that he gave his
int main(int argc, char** argv)
{
printf("%s",VERSE);
printf("GOD's NOT DEAD\n");
return 0;
}