update job
Some checks failed
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 6s

This commit is contained in:
Martin Dimitrov 2025-10-15 18:32:48 -07:00
parent 3049c361f8
commit 2498f0364c

View File

@ -12,12 +12,15 @@ on:
ref: ref:
required: true required: true
type: string type: string
secrets:
token:
required: true
jobs: jobs:
diff: diff:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
outputs: outputs:
is_changed: ${{ steps.changed-files-specific.any_changed }} is_changed: ${{ steps.changed-files-specific.any_changed == 'true' }}
steps: steps:
- name: Echo test - name: Echo test
@ -29,6 +32,7 @@ jobs:
repository: ${{ inputs.repository }} repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}
token: ${{ secrets.token }} token: ${{ secrets.token }}
- name: Get changed files in the doorman-homeassistant folder - name: Get changed files in the doorman-homeassistant folder
id: changed-files-specific id: changed-files-specific
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47