Skip to content

Commit b6b81e2

Browse files
committed
wip
1 parent 4e4eed2 commit b6b81e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/_prepare.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
uses: actions/setup-dotnet@v5
4444
with:
4545
global-json-file: global.json
46+
-
47+
name: vars
48+
run: |
49+
echo "$ACTIONS_ID_TOKEN_REQUEST_TOKEN"
50+
echo "$ACTIONS_ID_TOKEN_REQUEST_URL"
4651
-
4752
name: '[Build]'
4853
if: steps.cache-cake.outputs.cache-hit != 'true'
@@ -69,4 +74,4 @@ jobs:
6974
name: '[Matrix]'
7075
id: set_matrix
7176
shell: pwsh
72-
run: dotnet run/config.dll --target=SetMatrix
77+
run: dotnet run/config.dll --target=SetMatrix

0 commit comments

Comments
 (0)