Skip to content

Commit f049d84

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ 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: GITHUB_RUN_ID=${{ GITHUB_RUN_ID }}
4341

4442
nunit:
4543
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)