Browse Source

More changed-files troubleshooting

pull/3395/head
Gabe Kangas 2 years ago
parent
commit
be4629b127
  1. 3
      .github/workflows/javascript-format-build.yml

3
.github/workflows/javascript-format-build.yml

@ -35,9 +35,10 @@ jobs: @@ -35,9 +35,10 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
persist-credentials: true
- name: Get changed files
id: changed-files
id: changed-files-yaml
uses: tj-actions/changed-files@v39
with:
path: 'web'

Loading…
Cancel
Save