Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Sep 26, 2023
1 parent f0bbc33 commit 18c188d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
id: providers
run: |
providers=$(find providers -mindepth 1 -maxdepth 1 -type d -exec basename {} \;)
echo "::set-output name=providers::$providers")"
echo "::set-output name=providers::$providers"
echo "PROVIDERS=$providers" >> $GITHUB_ENV
echo "Detecting providers: $providers"
echo "Detected providers: $providers"
provider-build:
name: "${{ matrix.provider }}"
Expand Down

0 comments on commit 18c188d

Please sign in to comment.