Compare commits
2 Commits
f2048f920c
...
411a1524ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 411a1524ab | |||
| c14a5520f0 |
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user