Compare commits
No commits in common. "411a1524abb7be8ba636886d1225c5e9a62c07f4" and "f2048f920c3658d8b0812c98f770a442861e48c4" have entirely different histories.
411a1524ab
...
f2048f920c
@ -7,13 +7,11 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
repository:
|
repository:
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
default: ${{ github.repository }}
|
|
||||||
ref:
|
ref:
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
default: ${{ github.ref }}
|
|
||||||
secrets: []
|
secrets: []
|
||||||
outputs:
|
outputs:
|
||||||
is_changed:
|
is_changed:
|
||||||
|
|||||||
@ -8,7 +8,11 @@ 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