Skip to content

Commit

Permalink
Test env condition 2
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Oct 1, 2024
1 parent f351489 commit 4c443cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Output result
shell: bash
id: output-result
if: ${{ env.UPDATES_NEEDED == true }}
if: ${{ env.UPDATES_NEEDED }}
run: |
echo ${{ env.UPDATES_NEEDED }}

0 comments on commit 4c443cc

Please sign in to comment.