Skip to content

Commit

Permalink
Merge branch 'main' into security-installation-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jjngx authored Mar 28, 2023
2 parents 86e791d + 399f52f commit 1ce1125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updates-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get variables for Slack
id: slack
run: |
echo "message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
echo "message=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT
echo "date=$(date +%s)" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Send Notification
Expand Down

0 comments on commit 1ce1125

Please sign in to comment.