Skip to content

Commit

Permalink
Merge pull request #13 from DSACMS/ci/update-tagged-repos
Browse files Browse the repository at this point in the history
ci: string output
  • Loading branch information
aprilselby88 authored Nov 1, 2023
2 parents a0454a8 + dfacf4a commit 1ea2f01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/findRepos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ runs:
run: |
repos=$(${{ github.action_path }}/find.sh ${{ inputs.query }} ${{ inputs.token }})
echo $repos
repo="${{ github.event.inputs.repo }}"
echo "repo=$repos" >> $GITHUB_ENV
echo "repo=$repos" >> "$GITHUB_ENV"
shell: bash

0 comments on commit 1ea2f01

Please sign in to comment.