Skip to content

Commit

Permalink
chore(ci): stop showing commit message to avoid bad substitutions like
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Sep 2, 2024
1 parent bb4b48e commit 1c3539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "Repository Owner: $${{ github.repository_owner }}"
echo "Pull Request Author: ${{ github.actor }}"
echo "Pull Request Author Association: ${{ github.event.pull_request.author_association }}"
echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}"
# echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}"
echo "Commit message contains [integration]: ${{ contains(steps.commit-msg.outputs.commit-msg, '[integration]') }}"
- name: 'Check if commit message conatains `[integration]` and the PR author has permissions to trigger the workflow'
Expand Down

0 comments on commit 1c3539e

Please sign in to comment.