Skip to content

Commit d148edd

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

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
@@ -38,8 +38,8 @@ jobs:
3838
secrets: |
3939
"dotenv=${{ secrets.DOTENV }}"
4040
build-args: |
41-
GITHUB_RUN_ID=${{ GITHUB_RUN_ID }}
42-
GITHUB_RUN_ATTEMPT=${{ GITHUB_RUN_ATTEMPT }}
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)