Skip to content

Commit 6f8aaf6

Browse files
committed
fix mssql failure add token_hash
* add org tests
1 parent d6db24c commit 6f8aaf6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

models/fixtures/action_runner.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
id: 34344
33
name: runner_to_be_deleted
44
uuid: 3EF231BD-FBB7-4E4B-9602-E6F28363EF17
5+
token_hash: 3EF231BD-FBB7-4E4B-9602-E6F28363EF17
56
version: "1.0.0"
67
owner_id: 0
78
repo_id: 0
@@ -11,8 +12,19 @@
1112
id: 34346
1213
name: runner_to_be_deleted-user
1314
uuid: 3EF231BD-FBB7-4E4B-9602-E6F28363EF18
15+
token_hash: 3EF231BD-FBB7-4E4B-9602-E6F28363EF18
1416
version: "1.0.0"
1517
owner_id: 1
1618
repo_id: 0
1719
description: "This runner is going to be deleted"
1820
agent_labels: '["runner_to_be_deleted","linux"]'
21+
-
22+
id: 34347
23+
name: runner_to_be_deleted-org
24+
uuid: 3EF231BD-FBB7-4E4B-9602-E6F28363EF19
25+
token_hash: 3EF231BD-FBB7-4E4B-9602-E6F28363EF19
26+
version: "1.0.0"
27+
owner_id: 3
28+
repo_id: 0
29+
description: "This runner is going to be deleted"
30+
agent_labels: '["runner_to_be_deleted","linux"]'

0 commit comments

Comments
 (0)