summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2020-10-15 11:32:33 -0600
committerℕicolas ℝ <nicolas@atoomic.org>2020-11-17 12:30:03 -0700
commit0827d918bc73a32c757b0627190266822a932467 (patch)
tree9c9a21237b6e82d45fa39bef17a139996ae65d19 /.github
parentc49e90e1c537fb7a87d1cab96922c29b243f0a9f (diff)
downloadperl-0827d918bc73a32c757b0627190266822a932467.tar.gz
irc-notifications: use GITHUB_ENV
GH #18329 ::set-env is deprecated use GITHUB_ENV instead
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/irc-notifications.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/irc-notifications.yaml b/.github/workflows/irc-notifications.yaml
index 83e61c24f1..ef9a3569f8 100644
--- a/.github/workflows/irc-notifications.yaml
+++ b/.github/workflows/irc-notifications.yaml
@@ -25,8 +25,7 @@ jobs:
- name: setup branch env name
run: |
ref="${github_ref/refs\/heads\//}"
- echo "setenv ref=$ref"
- echo "::set-env name=ref::$ref"
+ echo "ref=$ref" >> $GITHUB_ENV
env:
github_ref: ${{ github.event.ref }}