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