Skip to content

Commit

Permalink
Update backend.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LVivona authored Oct 30, 2024
1 parent c7625a5 commit 6cdf82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
API_V1_STR: ${{ secrets.API_V1_STR }}
run: |
echo "API_V1_STR is set: ${{ env.API_V1_STR != '' }}"
echo "API_V1_STR is set: ${{ secrets.API_V1_STR != '' }}"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6cdf82a

Please sign in to comment.