Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jul 18, 2023
1 parent 3054973 commit 6a86be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fi
#override 'main-platform1' -> 'main'
if [[ "$BRANCH" = = 'main-platform1' ]]; then
if [[ "$BRANCH" = 'main-platform1' ]]; then
BRANCH=main
fi
echo "branch=$BRANCH" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6a86be5

Please sign in to comment.