Skip to content

Commit

Permalink
/ok-to-test tags="@tag.JS"
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhrathod01 committed Sep 20, 2024
1 parent d453379 commit ff24c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
commit_message=$(git log -1 --pretty=%B)
# Print the commit message for debugging
echo "Commit Message: $commit_message"
echo "commit_message=$commit_message" >> $GITHUB_OUTPUT
if [[ "$commit_message" == *"/ok-to-test tags="* ]]; then
echo "Commit message contains '/ok-to-test tags='"
echo "commit_contains_test=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ff24c10

Please sign in to comment.