Skip to content

Commit c78196b

Browse files
committed
try customizing branch name with github vars
1 parent 9c325a5 commit c78196b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
push: false
3838
secrets: |
3939
"dotenv=${{ secrets.DOTENV }}"
40-
build-args:
41-
- GITHUB_RUN_ID=${{ GITHUB_RUN_ID }}
42-
- GITHUB_RUN_ATTEMPT=${{ GITHUB_RUN_ATTEMPT }}
40+
build-args: |
41+
GITHUB_RUN_ID=${{ GITHUB_RUN_ID }}
42+
GITHUB_RUN_ATTEMPT=${{ GITHUB_RUN_ATTEMPT }}
4343
4444
nunit:
4545
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)