Skip to content

Commit

Permalink
ci: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mananrangkuti committed Dec 30, 2024
1 parent 0d1cb45 commit 270e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdet/trigger-automation-test-when-deploy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
if gh api repos/kitabisa/qorin/git/refs/heads/${PR_BRANCH} > /dev/null 2>&1; then
TARGET_REF=${PR_BRANCH}
else
echo "Branch ${PR_BRANCH} not found. Using fallback 'master'."
echo "Branch ${PR_BRANCH} not found. Using fallback 'master'"
TARGET_REF=master
fi
Expand Down

0 comments on commit 270e0f7

Please # to comment.