Skip to content

Commit

Permalink
fix: Outputs upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrRyzhou committed Jul 4, 2024
1 parent d0dfdde commit e7f7536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
id: secret-check
run: |
if [[ -n "${{ secrets.SUBMODULES_TOKEN }}" ]]; then
echo "::set-output name=has_token::true"
echo "has_token=true" >> "$GITHUB_OUTPUT"
else
echo "::set-output name=has_token::false"
echo "has_token=false" >> "$GITHUB_OUTPUT"
fi
# This workflow contains a single job called "build"
Expand Down

0 comments on commit e7f7536

Please sign in to comment.