Skip to content

Commit

Permalink
github2teams.clj: fix missing env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Oct 2, 2024
1 parent 6539c65 commit 896b865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-notifier/github2teams.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
[:a {:href (str repo-url "/commit/" (env :GITHUB_SHA))} (env :GITHUB_SHA)]
[:br]
" pipeline "
[:a {:href (str repo-url "/actions/run/" (env :)} (env :GITHUB_RUN_ID)]
[:a {:href (str repo-url "/actions/runs/" (env :GITHUB_RUN_ID)} (env :GITHUB_RUN_ID)]
[:br]
[:br]
#_[:pre MESSAGE_PRE]))))
Expand Down

0 comments on commit 896b865

Please sign in to comment.