Compare commits

...

2 Commits

Author SHA1 Message Date
411a1524ab remove uneeded inputs
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m29s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 3s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped
2026-03-06 12:59:09 -08:00
c14a5520f0 feat: set default repository and ref for diff-output 2026-03-06 12:58:33 -08:00
2 changed files with 4 additions and 6 deletions

View File

@ -7,11 +7,13 @@ on:
required: true
type: string
repository:
required: true
required: false
type: string
default: ${{ github.repository }}
ref:
required: true
required: false
type: string
default: ${{ github.ref }}
secrets: []
outputs:
is_changed:

View File

@ -8,11 +8,7 @@ jobs:
diff:
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
files: .gitea/**
secrets:
token: ${{ github.token }}
deploy-gitainer:
needs: diff