We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d44f66 commit cf2d436Copy full SHA for cf2d436
.github/workflows/dotnet.yml
@@ -38,8 +38,8 @@ jobs:
38
secrets: |
39
"dotenv=${{ secrets.DOTENV }}"
40
build-args: |
41
- GITHUB_RUN_ID=${{ github.run.id }}
42
- GITHUB_RUN_ATTEMPT=${{ github.run.attempt }}
+ GITHUB_RUN_ID=${{ github.run_id }}
+ GITHUB_RUN_ATTEMPT=${{ github.run_attempt }}
43
44
nunit:
45
runs-on: ubuntu-latest
@@ -57,5 +57,5 @@ jobs:
57
58
59
60
61
0 commit comments