Skip to content

Commit 0d7fde2

Browse files
committed
try customizing branch name with github vars
1 parent 1783e27 commit 0d7fde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
"dotenv=${{ secrets.DOTENV }}"
4040
build-args: |
4141
GITHUB_RUN_ID=${{ github.run.id }}
42-
GITHUB_RUN_ATTEMPT=${{ github.run.id }}
42+
GITHUB_RUN_ATTEMPT=${{ github.run.attempt }}
4343
4444
nunit:
4545
runs-on: ubuntu-latest
@@ -58,4 +58,4 @@ jobs:
5858
"dotenv=${{ secrets.DOTENV }}"
5959
build-args: |
6060
GITHUB_RUN_ID=${{ github.run.id }}
61-
GITHUB_RUN_ATTEMPT=${{ github.run.id }}
61+
GITHUB_RUN_ATTEMPT=${{ github.run.attempt }}

0 commit comments

Comments
 (0)