Skip to content

Commit

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

0 comments on commit aa03af9

Please sign in to comment.