Skip to content

Commit

Permalink
Remove redundant reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AngMits committed Sep 24, 2023
1 parent 73d7614 commit a386dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
formatted_time=$(date -u -d @$elapsed_time +"%M:%S")
echo $formatted_time
echo "overall_time=$formatted_time" >> $GITHUB_OUTPUT
echo "commit_message=$(git log --format=%B -n 1 ${{ github.event.pull_request.head.sha }})" >> $GITHUB_OUTPUT
echo "commit_message=$(git log --format=%B -n 1)" >> $GITHUB_OUTPUT
- name: Post to a Slack channel
if: always()
Expand Down

0 comments on commit a386dc8

Please sign in to comment.