Skip to content

Commit

Permalink
fix action job outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates committed Nov 9, 2023
1 parent c638384 commit 29a1e56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ env:
jobs:
get_changed_files:
runs-on: ubuntu-latest
name: Build
name: Get Changed Files
outputs:
all_modified_files: ${{ steps.changed-files.outputs.all_modified_files }}
steps:
- uses: actions/checkout@v4

- name: Get changed files
- name: Changed Files
id: changed-files
uses: tj-actions/changed-files@v40
with:
Expand Down

0 comments on commit 29a1e56

Please sign in to comment.