Skip to content

Commit 1783e27

Browse files
committed
try customizing branch name with github vars
1 parent 8b1299f commit 1783e27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dotnet.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
push: false
3838
secrets: |
3939
"dotenv=${{ secrets.DOTENV }}"
40-
build-args: GITHUB_RUN_ID=${{ github.run.id }}
40+
build-args: |
41+
GITHUB_RUN_ID=${{ github.run.id }}
42+
GITHUB_RUN_ATTEMPT=${{ github.run.id }}
4143
4244
nunit:
4345
runs-on: ubuntu-latest
@@ -54,3 +56,6 @@ jobs:
5456
push: false
5557
secrets: |
5658
"dotenv=${{ secrets.DOTENV }}"
59+
build-args: |
60+
GITHUB_RUN_ID=${{ github.run.id }}
61+
GITHUB_RUN_ATTEMPT=${{ github.run.id }}

0 commit comments

Comments
 (0)