Ahhh I am starting to dislike gitea's approach to actions
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
*.docx
|
||||
*.pages
|
||||
*.pdf
|
||||
|
||||
.env
|
||||
|
||||
### Latex gitignore
|
||||
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
set dotenv-load := true
|
||||
|
||||
test-act:
|
||||
act -s COM_DOT_GITHUB_TOKEN="$(gh auth token)" --container-architecture linux/amd64
|
||||
# We remove the github instance as this tries to pull the actions from my
|
||||
# private git server instead of github, whereas gitea will default to github.
|
||||
# Gitea is becoming frustrating...
|
||||
# act --github-instance git.joshuacoles.me -s GITEA_ACT_TOKEN -s COM_DOT_GITHUB_TOKEN="$(gh auth token)" --container-architecture linux/amd64
|
||||
act -s GITEA_ACT_TOKEN -s COM_DOT_GITHUB_TOKEN="$(gh auth token)" --container-architecture linux/amd64
|
||||
|
||||
release name:
|
||||
git tag {{name}}
|
||||
|
||||
Reference in New Issue
Block a user