Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 11, 2024
1 parent 604ea93 commit c9ac7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Extract Branch name
id: extract_branch
shell: bash
run: echo "branch=$(echo ${GITHUB_REF_NAME})" >> $GITHUB_OUTPUT
run: echo "branch=$GITHUB_REF_NAME" >> $GITHUB_OUTPUT
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
Expand Down

0 comments on commit c9ac7a6

Please sign in to comment.