Update bootstrap_testing.yml

This commit is contained in:
Joel Challis 2025-12-19 02:26:58 +00:00 committed by GitHub
parent 54e8fad959
commit 84d44e6188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,14 +19,13 @@ jobs:
prep: prep:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
outputs: outputs:
any_changed: ${{ steps.file_changes.outputs.any_changed }} any_changed: ${{ steps.file_changes.outputs.any_changed }}
steps: steps:
- name: Get changed files - name: Get changed files
id: file_changes id: file_changes
if: ${{ github.event_name == 'pull_request' }}
uses: tj-actions/changed-files@v47 uses: tj-actions/changed-files@v47
with: with:
use_rest_api: true use_rest_api: true