Remove BRANCH_NAME

This commit is contained in:
InversionSpaces 2024-01-16 10:08:25 +00:00
parent 5cd719778d
commit 5428805118

View File

@ -16,10 +16,6 @@ jobs:
shell: bash
steps:
- name: Extract branch name
if: github.event_name == 'pull_request'
run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2