Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeDeeJay authored Aug 10, 2024
1 parent 194142a commit d9c9e38
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ on:
workflow_dispatch:

env:
DSOALBranch0: ${{ github.ref:-${github.ref#refs/heads/ }}
DSOALBranch1: ${GITHUB_HEAD}}
DSOALBranch2: ${GITHUB_HEAD_REF}}
DSOALBranch3: ${GITHUB_REF}}
DSOALBranch4: ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
DSOALBranch5: ${GITHUB_HEAD:-${GITHUB_REF#refs/heads/}}
DSOALBranch6: ${GITHUB_REF:-${GITHUB_REF#refs/heads/}}
DSOALBranch7: ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
DSOALBranch8: ${GITHUB_HEAD_REF:-${GITHUB_HEAD#refs/heads/}}
DSOALBranch9: ${GITHUB_HEAD_REF:-${GITHUB_HEAD_REF#refs/heads/}}
DSOALBranch: ${{github.ref_name}}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit d9c9e38

Please sign in to comment.