Skip to content

Commit cf2d436

Browse files
committed
try customizing branch name with github vars
1 parent 1d44f66 commit cf2d436

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

+4-4
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
@@ -57,5 +57,5 @@ jobs:
5757
secrets: |
5858
"dotenv=${{ secrets.DOTENV }}"
5959
build-args: |
60-
GITHUB_RUN_ID=${{ github.run.id }}
61-
GITHUB_RUN_ATTEMPT=${{ github.run.attempt }}
60+
GITHUB_RUN_ID=${{ github.run_id }}
61+
GITHUB_RUN_ATTEMPT=${{ github.run_attempt }}

0 commit comments

Comments
 (0)