We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03a2da commit 4fb8e66Copy full SHA for 4fb8e66
.github/workflows/node.js.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/setup-node@v4
33
with:
34
node-version: '20'
35
- - name: Check Branch title
+ - name: Validate Branch name
36
if: ${{ github.event_name == 'pull_request'}}
37
env:
38
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
0 commit comments