Skip to content

Commit

Permalink
next experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 11, 2024
1 parent fa9be18 commit 817bd48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
pull_request:
branches: [master]

env:
branch: ${{GITHUB_REF_NAME}}

jobs:
notification:
runs-on: ubuntu-latest
Expand All @@ -33,7 +36,8 @@ jobs:
nickname: GitHub
message: >
${{ github.actor }} started a build of unicodetest
[${{ steps.extract_branch.outputs.branch }}]
[${{ env.branch }}]
"${{ github.event.head_commit.message }}"
build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 817bd48

Please sign in to comment.