Skip to content

Commit

Permalink
fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak committed Aug 22, 2023
1 parent 09a92d8 commit 48dd2ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
runs-on: ubuntu-latest
name: Test changed-files
outputs:
test_any_changed: ${{ steps.runners.outputs.changed-files-yaml }}
test_any_changed: ${{ steps.read-files.outputs.test_any_changed }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get all docs, ui and github files that have changed
id: changed-files-yaml
id: read-files
run: |
CHANGED_FILES=$(./.github/scripts/changed_files.sh)
echo "Running subsequent jobs: ${CHANGED_FILES}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ env:
jobs:
changed_files:
runs-on: ubuntu-latest
name: Test changed-files
name: Test changed files
outputs:
test_any_changed: ${{ steps.runners.outputs.changed-files-yaml }}
test_any_changed: ${{ steps.read-files.outputs.test_any_changed }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 48dd2ae

Please sign in to comment.