Skip to content

Commit

Permalink
bonk
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 11, 2024
1 parent 5afeb3a commit f2b0ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: extract_branch
shell: bash
run: |
echo "branch=${GITHUB_REF_NAME}" >> $GITHUB_OUTPUT
echo "branch=${GITHUB_REF_NAME}" >> $GITHUB_ENV
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
Expand All @@ -34,7 +34,7 @@ jobs:
nickname: GitHub
message: >
${{ github.actor }} started a build of unicodetest
[${{GITHUB_REF_NAME}}]
[${{ env.branch }}]
"${{ github.event.head_commit.message }}"
build:
Expand Down

0 comments on commit f2b0ae0

Please sign in to comment.