Skip to content

Commit

Permalink
fix shell
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Dec 20, 2024
1 parent 2d29c66 commit 3a41cef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/notify-irc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# notify.sh
# This script formats the IRC notification message.

echo "COMMITS_JSON: $1"
echo "GITHUB_ACTOR: $2"
echo "GITHUB_REF_NAME: $3"
echo "GITHUB_COMPARE_URL: $4"

# Extract input from environment variables (set by GitHub Actions)
COMMITS_JSON="$1"
ACTOR="$2"
Expand Down

0 comments on commit 3a41cef

Please sign in to comment.