Skip to content

Commit

Permalink
Fix commit link on Slack message
Browse files Browse the repository at this point in the history
:-)
  • Loading branch information
mtzguido authored Jul 24, 2023
1 parent 76e73b2 commit fd2f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64-hierarchic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
;;
esac
echo "CI_COMMIT=$(echo ${{ github.sha }} | grep -o '^........')" >> $GITHUB_ENV
echo "CI_COMMIT_URL=https://github.com/FStarLang/FStar/commit/${{ github.sha }}" >> $GITHUB_ENV
echo "CI_COMMIT_URL=https://github.com/FStarLang/karamel/commit/${{ github.sha }}" >> $GITHUB_ENV
- name: Post to the Slack channel (if push/PR)
if: ${{ always() && github.event_name != 'schedule' }}
id: slack-pushpr
Expand Down

0 comments on commit fd2f6cc

Please sign in to comment.