Compare commits
2 Commits
f2048f920c
...
411a1524ab
| Author | SHA1 | Date | |
|---|---|---|---|
| 411a1524ab | |||
| c14a5520f0 |
@ -7,11 +7,13 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
repository:
|
repository:
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ${{ github.repository }}
|
||||||
ref:
|
ref:
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ${{ github.ref }}
|
||||||
secrets: []
|
secrets: []
|
||||||
outputs:
|
outputs:
|
||||||
is_changed:
|
is_changed:
|
||||||
|
|||||||
@ -8,11 +8,7 @@ jobs:
|
|||||||
diff:
|
diff:
|
||||||
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
|
uses: martin/chromart-gitea-actions/.gitea/workflows/diff-output.yaml@main
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository }}
|
|
||||||
ref: ${{ github.ref }}
|
|
||||||
files: .gitea/**
|
files: .gitea/**
|
||||||
secrets:
|
|
||||||
token: ${{ github.token }}
|
|
||||||
|
|
||||||
deploy-gitainer:
|
deploy-gitainer:
|
||||||
needs: diff
|
needs: diff
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user