We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e6b69 commit 69c3279Copy full SHA for 69c3279
.github/workflows/irc-notifications.yaml
@@ -127,7 +127,7 @@ jobs:
127
# -------------------------------------
128
echo "# script parse.pl"
129
cat <<'EOS' > parse.pl
130
- use v5.14; use strict; use warnings;
+ use v5.14; use warnings;
131
my ( $key, $len ) = @ARGV;
132
$key //= ''; $len //= 50;
133
my $txt = substr( $ENV{$key} || "Unknown $key", 0, $len );
@@ -143,7 +143,7 @@ jobs:
143
144
echo 'BODY<<EOS' >> $GITHUB_ENV
145
perl parse.pl BODY 500 >> $GITHUB_ENV
146
- echo 'EOS' >> $GITHUB_ENV
+ echo 'EOS' >> $GITHUB_ENV
147
148
echo "# done"
149
0 commit comments