Skip to content

Commit

Permalink
Renamed file + fix output issue
Browse files Browse the repository at this point in the history
renamed the file to match the script of the same name
  • Loading branch information
fredericsimard committed Oct 23, 2024
1 parent 9c09cc3 commit d0e3502
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:

- name: Run Swift Script
id: run-swift-script
run: OUTPUT=$(swift scripts/monitor-remote-repos-for-new-commits.swift)
run: |
OUTPUT=$(swift scripts/monitor-remote-repos-for-new-commits.swift)
echo "swift_output=$OUTPUT" >> $GITHUB_ENV
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}

Expand Down

0 comments on commit d0e3502

Please sign in to comment.