Skip to content

Commit

Permalink
try customizing branch name with github vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Jul 18, 2024
1 parent 1783e27 commit 0d7fde2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
"dotenv=${{ secrets.DOTENV }}"
build-args: |
GITHUB_RUN_ID=${{ github.run.id }}
GITHUB_RUN_ATTEMPT=${{ github.run.id }}
GITHUB_RUN_ATTEMPT=${{ github.run.attempt }}
nunit:
runs-on: ubuntu-latest
Expand All @@ -58,4 +58,4 @@ jobs:
"dotenv=${{ secrets.DOTENV }}"
build-args: |
GITHUB_RUN_ID=${{ github.run.id }}
GITHUB_RUN_ATTEMPT=${{ github.run.id }}
GITHUB_RUN_ATTEMPT=${{ github.run.attempt }}

0 comments on commit 0d7fde2

Please sign in to comment.