Skip to content

fix: handle errors gracefully in check-run and comment API calls#552

Merged
rdhar merged 1 commit intomainfrom
fix-fallback-on-fork-branch
Apr 14, 2026
Merged

fix: handle errors gracefully in check-run and comment API calls#552
rdhar merged 1 commit intomainfrom
fix-fallback-on-fork-branch

Conversation

@rdhar
Copy link
Copy Markdown
Member

@rdhar rdhar commented Apr 14, 2026

This pull request improves the robustness of the workflow scripts in action.yml by making API calls more resilient to failures and handling missing or malformed data more gracefully. The main changes focus on ensuring the workflow continues even if certain GitHub API commands fail, and on preventing errors when expected data is not present.

Error handling and resilience improvements:

  • Added || true to all gh api commands that could fail, preventing the workflow from stopping if an API call returns an error. [1] [2] [3]
  • Updated jq parsing commands to use default empty values and suppress errors when expected fields (like html_url or id) are missing, ensuring the script does not fail due to missing data. [1] [2]

Output and fallback logic:

  • Improved the construction of URLs and output variables to handle cases where API responses are empty or incomplete, providing sensible fallbacks for run_url and comment_id. [1] [2]

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu fmt -chdir=tests/fail_format_diff -check -diff -recursive -workspace=dev
View output.
By rdhar at 2026-04-14T18:10:04Z (view log).
main.tf
--- old/main.tf
+++ new/main.tf
@@ -1,3 +1,3 @@
 resource "random_pet" "name" {
-  count =1
+  count = 1
 }

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu validate -chdir=tests/fail_invalid_resource_type -workspace=dev
Error: Invalid resource type
By rdhar at 2026-04-14T18:10:04Z (view log).
Error: Invalid resource type

  on main.tf line 1, in resource "random_pets" "name":
   1: resource "random_pets" "name" {

The provider hashicorp/random does not support resource type "random_pets".
Did you mean "random_pet"?

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu apply -chdir=tests/pass_zero -workspace=dev
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
By rdhar at 2026-04-14T18:10:04Z (view log).
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu validate -chdir=tests/fail_data_source_error -workspace=dev
Success! The configuration is valid.
By rdhar at 2026-04-14T18:10:04Z (view log).
Success! The configuration is valid.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu apply -chdir=tests/pass_one -workspace=dev
Diff of 1 change.
+ random_pet.name[0] will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
By rdhar at 2026-04-14T18:10:04Z (view log).
random_pet.name[0]: Creating...
random_pet.name[0]: Creation complete after 0s [id=massive-ladybird]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 14, 2026

tofu apply -chdir=tests/pass_character_limit -workspace=dev
Diff of 10000 changes.
+ random_pet.name[0] will be created
+ random_pet.name[1] will be created
+ random_pet.name[2] will be created
+ random_pet.name[3] will be created
+ random_pet.name[4] will be created
+ random_pet.name[5] will be created
+ random_pet.name[6] will be created
+ random_pet.name[7] will be created
+ random_pet.name[8] will be created
+ random_pet.name[9] will be created
+ random_pet.name[10] will be created
+ random_pet.name[11] will be created
+ random_pet.name[12] will be created
+ random_pet.name[13] will be created
+ random_pet.name[14] will be created
+ random_pet.name[15] will be created
+ random_pet.name[16] will be created
+ random_pet.name[17] will be created
+ random_pet.name[18] will be created
+ random_pet.name[19] will be created
+ random_pet.name[20] will be created
+ random_pet.name[21] will be created
+ random_pet.name[22] will be created
+ random_pet.name[23] will be created
+ random_pet.name[24] will be created
+ random_pet.name[25] will be created
+ random_pet.name[26] will be created
+ random_pet.name[27] will be created
+ random_pet.name[28] will be created
+ random_pet.name[29] will be created
+ random_pet.name[30] will be created
+ random_pet.name[31] will be created
+ random_pet.name[32] will be created
+ random_pet.name[33] will be created
+ random_pet.name[34] will be created
+ random_pet.name[35] will be created
+ random_pet.name[36] will be created
+ random_pet.name[37] will be created
+ random_pet.name[38] will be created
+ random_pet.name[39] will be created
+ random_pet.name[40] will be created
+ random_pet.name[41] will be created
+ random_pet.name[42] will be created
+ random_pet.name[43] will be created
+ random_pet.name[44] will be created
+ random_pet.name[45] will be created
+ random_pet.name[46] will be created
+ random_pet.name[47] will be created
+ random_pet.name[48] will be created
+ random_pet.name[49] will be created
+ random_pet.name[50] will be created
+ random_pet.name[51] will be created
+ random_pet.name[52] will be created
+ random_pet.name[53] will be created
+ random_pet.name[54] will be created
+ random_pet.name[55] will be created
+ random_pet.name[56] will be created
+ random_pet.name[57] will be created
+ random_pet.name[58] will be created
+ random_pet.name[59] will be created
+ random_pet.name[60] will be created
+ random_pet.name[61] will be created
+ random_pet.name[62] will be created
+ random_pet.name[63] will be created
+ random_pet.name[64] will be created
+ random_pet.name[65] will be created
+ random_pet.name[66] will be created
+ random_pet.name[67] will be created
+ random_pet.name[68] will be created
+ random_pet.name[69] will be created
+ random_pet.name[70] will be created
+ random_pet.name[71] will be created
+ random_pet.name[72] will be created
+ random_pet.name[73] will be created
+ random_pet.name[74] will be created
+ random_pet.name[75] will be created
+ random_pet.name[76] will be created
+ random_pet.name[77] will be created
+ random_pet.name[78] will be created
+ random_pet.name[79] will be created
+ random_pet.name[80] will be created
+ random_pet.name[81] will be created
+ random_pet.name[82] will be created
+ random_pet.name[83] will be created
+ random_pet.name[84] will be created
+ random_pet.name[85] will be created
+ random_pet.name[86] will be created
+ random_pet.name[87] will be created
+ random_pet.name[88] will be created
+ random_pet.name[89] will be created
+ random_pet.name[90] will be created
+ random_pet.name[91] will be created
+ random_pet.name[92] will be created
+ random_pet.name[93] will be created
+ random_pet.name[94] will be created
+ random_pet.name[95] will be created
+ random_pet.name[96] will be created
+ random_pet.name[97] will be created
+ random_pet.name[98] will be created
+ random_pet.name[99] will be created
+ random_pet.name[100] will be created
+ random_pet.name[101] will be created
+ random_pet.name[102] will be created
+ random_pet.name[103] will be created
+ random_pet.name[104] will be created
+ random_pet.name[105] will be created
+ random_pet.name[106] will be created
+ random_pet.name[107] will be created
+ random_pet.name[108] will be created
+ random_pet.name[109] will be created
+ random_pet.name[110] will be created
+ random_pet.name[111] will be created
+ random_pet.name[112] will be created
+ random_pet.name[113] will be created
+ random_pet.name[114] will be created
+ random_pet.name[115] will be created
+ random_pet.name[116] will be created
+ random_pet.name[117] will be created
+ random_pet.name[118] will be created
+ random_pet.name[119] will be created
+ random_pet.name[120] will be created
+ random_pet.name[121] will be created
+ random_pet.name[122] will be created
+ random_pet.name[123] will be created
+ random_pet.name[124] will be created
+ random_pet.name[125] will be created
+ random_pet.name[126] will be created
+ random_pet.name[127] will be created
+ random_pet.name[128] will be created
+ random_pet.name[129] will be created
+ random_pet.name[130] will be created
+ random_pet.name[131] will be created
+ random_pet.name[132] will be created
+ random_pet.name[133] will be created
+ random_pet.name[134] will be created
+ random_pet.name[135] will be created
+ random_pet.name[136] will be created
+ random_pet.name[137] will be created
+ random_pet.name[138] will be created
+ random_pet.name[139] will be created
+ random_pet.name[140] will be created
+ random_pet.name[141] will be created
+ random_pet.name[142] will be created
+ random_pet.name[143] will be created
+ random_pet.name[144] will be created
+ random_pet.name[145] will be created
+ random_pet.name[146] will be created
+ random_pet.name[147] will be created
+ random_pet.name[148] will be created
+ random_pet.name[149] will be created
+ random_pet.name[150] will be created
+ random_pet.name[151] will be created
+ random_pet.name[152] will be created
+ random_pet.name[153] will be created
+ random_pet.name[154] will be created
+ random_pet.name[155] will be created
+ random_pet.name[156] will be created
+ random_pet.name[157] will be created
+ random_pet.name[158] will be created
+ random_pet.name[159] will be created
+ random_pet.name[160] will be created
+ random_pet.name[161] will be created
+ random_pet.name[162] will be created
+ random_pet.name[163] will be created
+ random_pet.name[164] will be created
+ random_pet.name[165] will be created
+ random_pet.name[166] will be created
+ random_pet.name[167] will be created
+ random_pet.name[168] will be created
+ random_pet.name[169] will be created
+ random_pet.name[170] will be created
+ random_pet.name[171] will be created
+ random_pet.name[172] will be created
+ random_pet.name[173] will be created
+ random_pet.name[174] will be created
+ random_pet.name[175] will be created
+ random_pet.name[176] will be created
+ random_pet.name[177] will be created
+ random_pet.name[178] will be created
+ random_pet.name[179] will be created
+ random_pet.name[180] will be created
+ random_pet.name[181] will be created
+ random_pet.name[182] will be created
+ random_pet.name[183] will be created
+ random_pet.name[184] will be created
+ random_pet.name[185] will be created
+ random_pet.name[186] will be created
+ random_pet.name[187] will be created
+ random_pet.name[188] will be created
+ random_pet.name[189] will be created
+ random_pet.name[190] will be created
+ random_pet.name[191] will be created
+ random_pet.name[192] will be created
+ random_pet.name[193] will be created
+ random_pet.name[194] will be created
+ random_pet.name[195] will be created
+ random_pet.name[196] will be created
+ random_pet.name[197] will be created
+ random_pet.name[198] will be created
+ random_pet.name[199] will be created
+ random_pet.name[200] will be created
+ random_pet.name[201] will be created
+ random_pet.name[202] will be created
+ random_pet.name[203] will be created
+ random_pet.name[204] will be created
+ random_pet.name[205] will be created
+ random_pet.name[206] will be created
+ random_pet.name[207] will be created
+ random_pet.name[208] will be created
+ random_pet.name[209] will be created
+ random_pet.name[210] will be created
+ random_pet.name[211] will be created
+ random_pet.name[212] will be created
+ random_pet.name[213] will be created
+ random_pet.name[214] will be created
+ random_pet.name[215] will be created
+ random_pet.name[216] will be created
+ random_pet.name[217] will be created
+ random_pet.name[218] will be created
+ random_pet.name[219] will be created
+ random_pet.name[220] will be created
+ random_pet.name[221] will be created
+ random_pet.name[222] will be created
+ random_pet.name[223] will be created
+ random_pet.name[224] will be created
+ random_pet.name[225] will be created
+ random_pet.name[226] will be created
+ random_pet.name[227] will be created
+ random_pet.name[228] will be created
+ random_pet.name[229] will be created
+ random_pet.name[230] will be created
+ random_pet.name[231] will be created
+ random_pet.name[232] will be created
+ random_pet.name[233] will be created
+ random_pet.name[234] will be created
+ random_pet.name[235] will be created
+ random_pet.name[236] will be created
+ random_pet.name[237] will be created
+ random_pet.name[238] will be created
+ random_pet.name[239] will be created
+ random_pet.name[240] will be created
+ random_pet.name[241] will be created
+ random_pet.name[242] will be created
+ random_pet.name[243] will be created
+ random_pet.name[244] will be created
+ random_pet.name[245] will be created
+ random_pet.name[246] will be created
+ random_pet.name[247] will be created
+ random_pet.name[248] will be created
+ random_pet.name[249] will be created
+ random_pet.name[250] will be created
+ random_pet.name[251] will be created
+ random_pet.name[252] will be created
+ random_pet.name[253] will be created
+ random_pet.name[254] will be created
+ random_pet.name[255] will be created
+ random_pet.name[256] will be created
+ random_pet.name[257] will be created
+ random_pet.name[258] will be created
+ random_pet.name[259] will be created
+ random_pet.name[260] will be created
+ random_pet.name[261] will be created
+ random_pet.name[262] will be created
+ random_pet.name[263] will be created
+ random_pet.name[264] will be created
+ random_pet.name[265] will be created
+ random_pet.name[266] will be created
+ random_pet.name[267] will be created
+ random_pet.name[268] will be created
+ random_pet.name[269] will be created
+ random_pet.name[270] will be created
+ random_pet.name[271] will be created
+ random_pet.name[272] will be created
+ random_pet.name[273] will be created
+ random_pet.name[274] will be created
+ random_pet.name[275] will be created
+ random_pet.name[276] will be created
+ random_pet.name[277] will be created
+ random_pet.name[278] will be created
+ random_pet.name[279] will be created
+ random_pet.name[280] will be created
+ random_pet.name[281] will be created
+ random_pet.name[282] will be created
+ random_pet.name[283] will be created
+ random_pet.name[284] will be created
+ random_pet.name[285] will be created
+ random_pet.name[286] will be created
+ random_pet.name[287] will be created
+ random_pet.name[288] will be created
+ random_pet.name[289] will be created
+ random_pet.name[290] will be created
+ random_pet.name[291] will be created
+ random_pet.name[292] will be created
+ random_pet.name[293] will be created
+ random_pet.name[294] will be created
+ random_pet.name[295] will be created
+ random_pet.name[296] will be created
+ random_pet.name[297] will be created
+ random_pet.name[298] will be created
+ random_pet.name[299] will be created
+ random_pet.name[300] will be created
+ random_pet.name[301] will be created
+ random_pet.name[302] will be created
+ random_pet.name[303] will be created
+ random_pet.name[304] will be created
+ random_pet.name[305] will be created
+ random_pet.name[306] will be created
+ random_pet.name[307] will be created
+ random_pet.name[308] will be created
+ random_pet.name[309] will be created
+ random_pet.name[310] will be created
+ random_pet.name[311] will be created
+ random_pet.name[312] will be created
+ random_pet.name[313] will be created
+ random_pet.name[314] will be created
+ random_pet.name[315] will be created
+ random_pet.name[316] will be created
+ random_pet.name[317] will be created
+ random_pet.name[318] will be created
+ random_pet.name[319] will be created
+ random_pet.name[320] will be created
+ random_pet.name[321] will be created
+ random_pet.name[322] will be created
+ random_pet.name[323] will be created
+ random_pet.name[324] will be created
+ random_pet.name[325] will be created
+ random_pet.name[326] will be created
+ random_pet.name[327] will be created
+ random_pet.name[328] will be created
+ random_pet.name[329] will be created
+ random_pet.name[330] will be created
+ random_pet.name[331] will be created
+ random_pet.name[332] will be created
+ random_pet.name[333] will be created
+ random_pet.name[334] will be created
+ random_pet.name[335] will be created
+ random_pet.name[336] will be created
+ random_pet.name[337] will be created
+ random_pet.name[338] will be created
+ random_pet.name[339] will be created
+ random_pet.name[340] will be created
+ random_pet.name[341] will be created
+ random_pet.name[342] will be created
+ random_pet.name[343] will be created
+ random_pet.name[344] will be created
+ random_pet.name[345] will be created
+ random_pet.name[346] will be created
+ random_pet.name[347] will be created
+ random_pet.name[348] will be created
+ random_pet.name[349] will be created
+ random_pet.name[350] will be created
+ random_pet.name[351] will be created
+ random_pet.name[352] will be created
+ random_pet.name[353] will be created
+ random_pet.name[354] will be created
+ random_pet.name[355] will be created
+ random_pet.name[356] will be created
+ random_pet.name[357] will be created
+ random_pet.name[358] will be created
+ random_pet.name[359] will be created
+ random_pet.name[360] will be created
+ random_pet.name[361] will be created
+ random_pet.name[362] will be created
+ random_pet.name[363] will be created
+ random_pet.name[364] will be created
+ random_pet.name[365] will be created
+ random_pet.name[366] will be created
+ random_pet.name[367] will be created
+ random_pet.name[368] will be created
+ random_pet.name[369] will be created
+ random_pet.name[370] will be created
+ random_pet.name[371] will be created
+ random_pet.name[372] will be created
+ random_pet.name[373] will be created
+ random_pet.name[374] will be created
+ random_pet.name[375] will be created
+ random_pet.name[376] will be created
+ random_pet.name[377] will be created
+ random_pet.name[378] will be created
+ random_pet.name[379] will be created
+ random_pet.name[380] will be created
+ random_pet.name[381] will be created
+ random_pet.name[382] will be created
+ random_pet.name[383] will be created
+ random_pet.name[384] will be created
+ random_pet.name[385] will be created
+ random_pet.name[386] will be created
+ random_pet.name[387] will be created
+ random_pet.name[388] will be created
+ random_pet.name[389] will be created
+ random_pet.name[390] will be created
+ random_pet.name[391] will be created
+ random_pet.name[392] will be created
+ random_pet.name[393] will be created
+ random_pet.name[394] will be created
+ random_pet.name[395] will be created
+ random_pet.name[396] will be created
+ random_pet.name[397] will be created
+ random_pet.name[398] will be created
+ random_pet.name[399] will be created
+ random_pet.name[400] will be created
+ random_pet.name[401] will be created
+ random_pet.name[402] will be created
+ random_pet.name[403] will be created
+ random_pet.name[404] will be created
+ random_pet.name[405] will be created
+ random_pet.name[406] will be created
+ random_pet.name[407] will be created
+ random_pet.name[408] will be created
+ random_pet.name[409] will be created
+ random_pet.name[410] will be created
+ random_pet.name[411] will be created
+ random_pet.name[412] will be created
+ random_pet.name[413] will be created
+ random_pet.name[414] will be created
+ random_pet.name[415] will be created
+ random_pet.name[416] will be created
+ random_pet.name[417] will be created
+ random_pet.name[418] will be created
+ random_pet.name[419] will be created
+ random_pet.name[420] will be created
+ random_pet.name[421] will be created
+ random_pet.name[422] will be created
+ random_pet.name[423] will be created
+ random_pet.name[424] will be created
+ random_pet.name[425] will be created
+ random_pet.name[426] will be created
+ random_pet.name[427] will be created
+ random_pet.name[428] will be created
+ random_pet.name[429] will be created
+ random_pet.name[430] will be created
+ random_pet.name[431] will be created
+ random_pet.name[432] will be created
+ random_pet.name[433] will be created
+ random_pet.name[434] will be created
+ random_pet.name[435] will be created
+ random_pet.name[436] will be created
+ random_pet.name[437] will be created
+ random_pet.name[438] will be created
+ random_pet.name[439] will be created
+ random_pet.name[440] will be created
+ random_pet.name[441] will be created
+ random_pet.name[442] will be created
+ random_pet.name[443] will be created
+ random_pet.name[444] will be created
+ random_pet.name[445] will be created
+ random_pet.name[446] will be created
+ random_pet.name[447] will be created
+ random_pet.name[448] will be created
+ random_pet.name[449] will be created
+ random_pet.name[450] will be created
+ random_pet.name[451] will be created
+ random_pet.name[452] will be created
+ random_pet.name[453] will be created
+ random_pet.name[454] will be created
+ random_pet.name[455] will be created
+ random_pet.name[456] will be created
+ random_pet.name[457] will be created
+ random_pet.name[458] will be created
+ random_pet.name[459] will be created
+ random_pet.name[460] will be created
+ random_pet.name[461] will be created
+ random_pet.name[462] will be created
+ random_pet.name[463] will be created
+ random_pet.name[464] will be created
+ random_pet.name[465] will be created
+ random_pet.name[466] will be created
+ random_pet.name[467] will be created
+ random_pet.name[468] will be created
+ random_pet.name[469] will be created
+ random_pet.name[470] will be created
+ random_pet.name[471] will be created
+ random_pet.name[472] will be created
+ random_pet.name[473] will be created
+ random_pet.name[474] will be created
+ random_pet.name[475] will be created
+ random_pet.name[476] will be created
+ random_pet.name[477] will be created
+ random_pet.name[478] will be created
+ random_pet.name[479] will be created
+ random_pet.name[480] will be created
+ random_pet.name[481] will be created
+ random_pet.name[482] will be created
+ random_pet.name[483] will be created
+ random_pet.name[484] will be created
+ random_pet.name[485] will be created
+ random_pet.name[486] will be created
+ random_pet.name[487] will be created
+ random_pet.name[488] will be created
+ random_pet.name[489] will be created
+ random_pet.name[490] will be created
+ random_pet.name[491] will be created
+ random_pet.name[492] will be created
+ random_pet.name[493] will be created
+ random_pet.name[494] will be created
+ random_pet.name[495] will be created
+ random_pet.name[496] will be created
+ random_pet.name[497] will be created
+ random_pet.name[498] will be created
+ random_pet.name[499] will be created
+ random_pet.name[500] will be created
+ random_pet.name[501] will be created
+ random_pet.name[502] will be created
+ random_pet.name[503] will be created
+ random_pet.name[504] will be created
+ random_pet.name[505] will be created
+ random_pet.name[506] will be created
+ random_pet.name[507] will be created
+ random_pet.name[508] will be created
+ random_pet.name[509] will be created
+ random_pet.name[510] will be created
+ random_pet.name[511] will be created
+ random_pet.name[512] will be created
+ random_pet.name[513] will be created
+ random_pet.name[514] will be created
+ random_pet.name[515] will be created
+ random_pet.name[516] will be created
+ random_pet.name[517] will be created
+ random_pet.name[518] will be created
+ random_pet.name[519] will be created
+ random_pet.name[520] will be created
+ random_pet.name[521] will be created
+ random_pet.name[522] will be created
+ random_pet.name[523] will be created
+ random_pet.name[524] will be created
+ random_pet.name[525] will be created
+ random_pet.name[526] will be created
+ random_pet.name[527] will be created
+ random_pet.name[528] will be created
+ random_pet.name[529] will be created
+ random_pet.name[530] will be created
+ random_pet.name[531] will be created
+ random_pet.name[532] will be created
+ random_pet.name[533] will be created
+ random_pet.name[534] will be created
+ random_pet.name[535] will be created
+ random_pet.name[536] will be created
+ random_pet.name[537] will be created
+ random_pet.name[538] will be created
+ random_pet.name[539] will be created
+ random_pet.name[540] will be created
+ random_pet.name[541] will be created
+ random_pet.name[542] will be created
+ random_pet.name[543] will be created
+ random_pet.name[544] will be created
+ random_pet.name[545] will be created
+ random_pet.name[546] will be created
+ random_pet.name[547] will be created
+ random_pet.name[548] will be created
+ random_pet.name[549] will be created
+ random_pet.name[550] will be created
+ random_pet.name[551] will be created
+ random_pet.name[552] will be created
+ random_pet.name[553] will be created
+ random_pet.name[554] will be created
+ random_pet.name[555] will be created
+ random_pet.name[556] will be created
+ random_pet.name[557] will be created
+ random_pet.name[558] will be created
+ random_pet.name[559] will be created
+ random_pet.name[560] will be created
+ random_pet.name[561] will be created
+ random_pet.name[562] will be created
+ random_pet.name[563] will be created
+ random_pet.name[564] will be created
+ random_pet.name[565] will be created
+ random_pet.name[566] will be created
+ random_pet.name[567] will be created
+ random_pet.name[568] will be created
+ random_pet.name[569] will be created
+ random_pet.name[570] will be created
+ random_pet.name[571] will be created
+ random_pet.name[572] will be created
+ random_pet.name[573] will be created
+ random_pet.name[574] will be created
+ random_pet.name[575] will be created
+ random_pet.name[576] will be created
+ random_pet.name[577] will be created
+ random_pet.name[578] will be created
+ random_pet.name[579] will be created
+ random_pet.name[580] will be created
+ random_pet.name[581] will be created
+ random_pet.name[582] will be created
+ random_pet.name[583] will be created
+ random_pet.name[584] will be created
+ random_pet.name[585] will be created
+ random_pet.name[586] will be created
+ random_pet.name[587] will be created
+ random_pet.name[588] will be created
+ random_pet.name[589] will be created
+ random_pet.name[590] will be created
+ random_pet.name[591] will be created
+ random_pet.name[592] will be created
+ random_pet.name[593] will be created
+ random_pet.name[594] will be created
+ random_pet.name[595] will be created
+ random_pet.name[596] will be created
+ random_pet.name[597] will be created
+ random_pet.name[598] will be created
+ random_pet.name[599] will be created
+ random_pet.name[600] will be created
+ random_pet.name[601] will be created
+ random_pet.name[602] will be created
+ random_pet.name[603] will be created
+ random_pet.name[604] will be created
+ random_pet.name[605] will be created
+ random_pet.name[606] will be created
+ random_pet.name[607] will be created
+ random_pet.name[608] will be created
+ random_pet.name[609] will be created
+ random_pet.name[610] will be created
+ random_pet.name[611] will be created
+ random_pet.name[612] will be created
+ random_pet.name[613] will be created
+ random_pet.name[614] will be created
+ random_pet.name[615] will be created
+ random_pet.name[616] will be created
+ random_pet.name[617] will be created
+ random
Apply complete! Resources: 10000 added, 0 changed, 0 destroyed.
By rdhar at 2026-04-14T18:10:04Z (view log).
random_pet.name[1184]: Creating...
random_pet.name[4634]: Creating...
random_pet.name[4978]: Creating...
random_pet.name[2468]: Creating...
random_pet.name[5491]: Creating...
random_pet.name[724]: Creating...
random_pet.name[7552]: Creating...
random_pet.name[678]: Creating...
random_pet.name[7596]: Creating...
random_pet.name[648]: Creating...
random_pet.name[4634]: Creation complete after 0s [id=major-ocelot]
random_pet.name[1184]: Creation complete after 0s [id=social-racer]
random_pet.name[724]: Creation complete after 0s [id=emerging-boxer]
random_pet.name[648]: Creation complete after 0s [id=flying-dog]
random_pet.name[7596]: Creation complete after 0s [id=together-marmoset]
random_pet.name[2468]: Creation complete after 0s [id=cuddly-possum]
random_pet.name[7552]: Creation complete after 0s [id=causal-snail]
random_pet.name[4978]: Creation complete after 0s [id=obliging-polliwog]
random_pet.name[678]: Creation complete after 0s [id=learning-antelope]
random_pet.name[5491]: Creation complete after 0s [id=notable-chigger]
random_pet.name[5916]: Creating...
random_pet.name[8508]: Creating...
random_pet.name[7666]: Creating...
random_pet.name[5916]: Creation complete after 0s [id=accepted-ray]
random_pet.name[8508]: Creation complete after 0s [id=moral-moray]
random_pet.name[3770]: Creating...
random_pet.name[3824]: Creating...
random_pet.name[6908]: Creating...
random_pet.name[7666]: Creation complete after 0s [id=right-kangaroo]
random_pet.name[3770]: Creation complete after 0s [id=needed-stallion]
random_pet.name[5349]: Creating...
random_pet.name[8157]: Creating...
random_pet.name[8585]: Creating...
random_pet.name[3824]: Creation complete after 0s [id=intense-bluebird]
random_pet.name[6908]: Creation complete after 0s [id=boss-haddock]
random_pet.name[4476]: Creating...
random_pet.name[7800]: Creating...
random_pet.name[3548]: Creating...
random_pet.name[8157]: Creation complete after 0s [id=sure-dingo]
random_pet.name[5349]: Creation complete after 0s [id=legible-cougar]
random_pet.name[8585]: Creation complete after 0s [id=definite-snipe]
random_pet.name[4476]: Creation complete after 0s [id=definite-ox]
random_pet.name[729]: Creating...
random_pet.name[7800]: Creation complete after 0s [id=many-boa]
random_pet.name[6575]: Creating...
random_pet.name[3548]: Creation complete after 0s [id=diverse-imp]
random_pet.name[6687]: Creating...
random_pet.name[6575]: Creation complete after 0s [id=communal-newt]
random_pet.name[729]: Creation complete after 0s [id=tender-seagull]
random_pet.name[8220]: Creating...
random_pet.name[7639]: Creating...
random_pet.name[1865]: Creating...
random_pet.name[6687]: Creation complete after 0s [id=tolerant-caribou]
random_pet.name[1751]: Creating...
random_pet.name[7275]: Creating...
random_pet.name[6594]: Creating...
random_pet.name[7275]: Creation complete after 0s [id=unique-ocelot]
random_pet.name[6594]: Creation complete after 0s [id=curious-oarfish]
random_pet.name[8220]: Creation complete after 0s [id=concise-pegasus]
random_pet.name[2638]: Creating...
random_pet.name[5898]: Creating...
random_pet.name[1865]: Creation complete after 0s [id=famous-cobra]
random_pet.name[7639]: Creation complete after 0s [id=resolved-redfish]
random_pet.name[1751]: Creation complete after 0s [id=eager-louse]
random_pet.name[2264]: Creating...
random_pet.name[3434]: Creating...
random_pet.name[2638]: Creation complete after 0s [id=top-redfish]
random_pet.name[425]: Creating...
random_pet.name[3434]: Creation complete after 0s [id=literate-poodle]
random_pet.name[2264]: Creation complete after 0s [id=unique-fox]
random_pet.name[71]: Creating...
random_pet.name[5898]: Creation complete after 0s [id=immortal-goose]
random_pet.name[578]: Creating...
random_pet.name[425]: Creation complete after 0s [id=bold-koala]
random_pet.name[2352]: Creating...
random_pet.name[9932]: Creating...
random_pet.name[9583]: Creating...
random_pet.name[71]: Creation complete after 0s [id=sound-husky]
random_pet.name[1032]: Creating...
random_pet.name[3555]: Creating...
random_pet.name[9932]: Creation complete after 0s [id=promoted-wallaby]
random_pet.name[2352]: Creation complete after 0s [id=feasible-seagull]
random_pet.name[4837]: Creating...
random_pet.name[578]: Creation complete after 0s [id=neat-tahr]
random_pet.name[9583]: Creation complete after 0s [id=many-tick]
random_pet.name[3555]: Creation complete after 0s [id=notable-macaque]
random_pet.name[5099]: Creating...
random_pet.name[1032]: Creation complete after 0s [id=sacred-crappie]
random_pet.name[5456]: Creating...
random_pet.name[4837]: Creation complete after 0s [id=trusty-antelope]
random_pet.name[77]: Creating...
random_pet.name[7972]: Creating...
random_pet.name[5099]: Creation complete after 0s [id=grand-sponge]
random_pet.name[5456]: Creation complete after 0s [id=up-snake]
random_pet.name[1622]: Creating...
random_pet.name[77]: Creation complete after 0s [id=gentle-leopard]
random_pet.name[7972]: Creation complete after 0s [id=elegant-cow]
random_pet.name[7796]: Creating...
random_pet.name[2648]: Creating...
random_pet.name[427]: Creating...
random_pet.name[1205]: Creating...
random_pet.name[3002]: Creating...
random_pet.name[8454]: Creating...
random_pet.name[4174]: Creating...
random_pet.name[1622]: Creation complete after 0s [id=intimate-stork]
random_pet.name[427]: Creation complete after 1s [id=united-macaw]
random_pet.name[9828]: Creating...
random_pet.name[3002]: Creation complete after 1s [id=relaxing-troll]
random_pet.name[6657]: Creating...
random_pet.name[7796]: Creation complete after 1s [id=prepared-terrapin]
random_pet.name[1205]: Creation complete after 1s [id=exact-pup]
random_pet.name[4174]: Creation complete after 1s [id=precise-duck]
random_pet.name[2648]: Creation complete after 1s [id=touching-llama]
random_pet.name[8454]: Creation complete after 1s [id=quick-akita]
random_pet.name[6578]: Creating...
random_pet.name[6657]: Creation complete after 0s [id=adapted-ladybug]
random_pet.name[9828]: Creation complete after 0s [id=tough-porpoise]
random_pet.name[6578]: Creation complete after 0s [id=excited-warthog]
random_pet.name[8608]: Creating...
random_pet.name[8608]: Creation complete after 0s [id=mint-dove]
random_pet.name[2808]: Creating...
random_pet.name[7093]: Creating...
random_pet.name[9143]: Creating...
random_pet.name[5283]: Creating...
random_pet.name[307]: Creating...
random_pet.name[9143]: Creation complete after 0s [id=choice-mutt]
random_pet.name[5283]: Creation complete after 0s [id=lasting-tetra]
random_pet.name[1687]: Creating...
random_pet.name[2808]: Creation complete after 0s [id=touching-moth]
random_pet.name[3634]: Creating...
random_pet.name[7122]: Creating...
random_pet.name[9090]: Creating...
random_pet.name[7093]: Creation complete after 0s [id=above-crane]
random_pet.name[8224]: Creating...
random_pet.name[7467]: Creating...
random_pet.name[9090]: Creation complete after 0s [id=set-trout]
random_pet.name[307]: Creation complete after 0s [id=stirring-grizzly]
random_pet.name[1687]: Creation complete after 0s [id=optimal-marlin]
random_pet.name[3634]: Creation complete after 0s [id=intense-pipefish]
random_pet.name[6726]: Creating...
random_pet.name[4917]: Creating...
random_pet.name[5886]: Creating...
random_pet.name[7122]: Creation complete after 0s [id=supreme-mayfly]
random_pet.name[8224]: Creation complete after 0s [id=brief-gull]
random_pet.name[7467]: Creation complete after 0s [id=concise-drum]
random_pet.name[7764]: Creating...
random_pet.name[5886]: Creation complete after 0s [id=select-yeti]
random_pet.name[4917]: Creation complete after 0s [id=vocal-filly]
random_pet.name[6726]: Creation complete after 0s [id=still-gibbon]
random_pet.name[7764]: Creation complete after 0s [id=engaged-toad]
random_pet.name[8168]: Creating...
random_pet.name[1004]: Creating...
random_pet.name[7622]: Creating...
random_pet.name[3051]: Creating...
random_pet.name[1004]: Creation complete after 0s [id=discrete-oriole]
random_pet.name[5179]: Creating...
random_pet.name[8168]: Creation complete after 0s [id=moved-stallion]
random_pet.name[3087]: Creating...
random_pet.name[9736]: Creating...
random_pet.name[9564]: Creating...
random_pet.name[7622]: Creation complete after 0s [id=lenient-amoeba]
random_pet.name[2357]: Creating...
random_pet.name[5179]: Creation complete after 0s [id=adapted-toad]
random_pet.name[3087]: Creation complete after 0s [id=logical-coyote]
random_pet.name[4776]: Creating...
random_pet.name[3051]: Creation complete after 0s [id=maximum-mammal]
random_pet.name[9564]: Creation complete after 0s [id=strong-jennet]
random_pet.name[2357]: Creation complete after 0s [id=live-cowbird]
random_pet.name[3530]: Creating...
random_pet.name[2313]: Creating...
random_pet.name[3030]: Creating...
random_pet.name[410]: Creating...
random_pet.name[2313]: Creation complete after 0s [id=romantic-tiger]
random_pet.name[9736]: Creation complete after 0s [id=exciting-glowworm]
random_pet.name[3030]: Creation complete after 0s [id=proud-lemur]
random_pet.name[4776]: Creation complete after 0s [id=mutual-ibex]
random_pet.name[3530]: Creation complete after 0s [id=above-opossum]
random_pet.name[8299]: Creating...
random_pet.name[7720]: Creating...
random_pet.name[8299]: Creation complete after 0s [id=peaceful-octopus]
random_pet.name[410]: Creation complete after 0s [id=clear-skink]
random_pet.name[4505]: Creating...
random_pet.name[6628]: Creating...
random_pet.name[7720]: Creation complete after 0s [id=proven-eft]
random_pet.name[6174]: Creating...
random_pet.name[6380]: Creating...
random_pet.name[4505]: Creation complete after 0s [id=busy-eft]
random_pet.name[4979]: Creating...
random_pet.name[6628]: Creation complete after 0s [id=apparent-muskox]
random_pet.name[7212]: Creating...
random_pet.name[7508]: Creating...
random_pet.name[6380]: Creation complete after 0s [id=electric-owl]
random_pet.name[9238]: Creating...
random_pet.name[6174]: Creation complete after 0s [id=first-quetzal]
random_pet.name[3357]: Creating...
random_pet.name[7508]: Creation complete after 0s [id=dear-gull]
random_pet.name[4979]: Creation complete after 0s [id=key-katydid]
random_pet.name[9238]: Creation complete after 0s [id=nice-slug]
random_pet.name[8821]: Creating...
random_pet.name[7212]: Creation complete after 0s [id=probable-beagle]
random_pet.name[3357]: Creation complete after 0s [id=assured-parakeet]
random_pet.name[3174]: Creating...
random_pet.name[6299]: Creating...
random_pet.name[5155]: Creating...
random_pet.name[8821]: Creation complete after 0s [id=composed-penguin]
random_pet.name[2420]: Creating...
random_pet.name[5155]: Creation complete after 0s [id=dynamic-aardvark]
random_pet.name[1187]: Creating...
random_pet.name[9592]: Creating...
random_pet.name[717]: Creating...
random_pet.name[6387]: Creating...
random_pet.name[8201]: Creating...
random_pet.name[3291]: Creating...
random_pet.name[1187]: Creation complete after 0s [id=busy-heron]
random_pet.name[2420]: Creation complete after 0s [id=united-quail]
random_pet.name[3174]: Creation complete after 0s [id=loved-mantis]
random_pet.name[8201]: Creation complete after 0s [id=still-clam]
random_pet.name[3291]: Creation complete after 0s [id=prompt-caribou]
random_pet.name[6299]: Creation complete after 0s [id=relevant-oriole]
random_pet.name[9592]: Creation complete after 0s [id=notable-dingo]
random_pet.name[6387]: Creation complete after 0s [id=real-yak]
random_pet.name[717]: Creation complete after 0s [id=known-sheep]
random_pet.name[643]: Creating...
random_pet.name[2232]: Creating...
random_pet.name[9633]: Creating...
random_pet.name[6664]: Creating...
random_pet.name[3842]: Creating...
random_pet.name[643]: Creation complete after 0s [id=brave-shad]
random_pet.name[2997]: Creating...
random_pet.name[6664]: Creation complete after 0s [id=blessed-squid]
random_pet.name[5943]: Creating...
random_pet.name[3538]: Creating...
random_pet.name[3842]: Creation complete after 0s [id=tidy-tetra]
random_pet.name[6228]: Creating...
random_pet.name[9633]: Creation complete after 0s [id=noble-hookworm]
random_pet.name[2232]: Creation complete after 0s [id=actual-pup]
random_pet.name[2997]: Creation complete after 0s [id=deep-weasel]
random_pet.name[6539]: Creating...
random_pet.name[5943]: Creation complete after 0s [id=mighty-colt]
random_pet.name[3484]: Creating...
random_pet.name[3484]: Creation complete after 0s [id=present-snail]
random_pet.name[3538]: Creation complete after 0s [id=arriving-flea]
random_pet.name[6228]: Creation complete after 0s [id=accurate-tetra]
random_pet.name[6539]: Creation complete after 0s [id=touched-cod]
random_pet.name[3831]: Creating...
random_pet.name[548]: Creating...
random_pet.name[1064]: Creating...
random_pet.name[2295]: Creating...
random_pet.name[548]: Creation complete after 0s [id=correct-dane]
random_pet.name[460]: Creating...
random_pet.name[2436]: Creating...
random_pet.name[1064]: Creation complete after 0s [id=daring-bluegill]
random_pet.name[3287]: Creating...
random_pet.name[2295]: Creation complete after 0s [id=musical-kiwi]
random_pet.name[2506]: Creating...
random_pet.name[4250]: Creating...
random_pet.name[3849]: Creating...
random_pet.name[3831]: Creation complete after 0s [id=adapting-mongrel]
random_pet.name[2506]: Creation complete after 0s [id=powerful-newt]
random_pet.name[3849]: Creation complete after 0s [id=legal-anemone]
random_pet.name[3287]: Creation complete after 0s [id=nearby-antelope]
random_pet.name[9000]: Creating...
random_pet.name[460]: Creation complete after 0s [id=brief-dog]
random_pet.name[4250]: Creation complete after 0s [id=uncommon-roughy]
random_pet.name[5485]: Creating...
random_pet.name[400]: Creating...
random_pet.name[2436]: Creation complete after 0s [id=live-condor]
random_pet.name[5485]: Creation complete after 0s [id=eminent-honeybee]
random_pet.name[9000]: Creation complete after 0s [id=robust-tapir]
random_pet.name[537]: Creating...
random_pet.name[9224]: Creating...
random_pet.name[400]: Creation complete after 0s [id=enhanced-lemming]
random_pet.name[5716]: Creating...
random_pet.name[8869]: Creating...
random_pet.name[9511]: Creating...
random_pet.name[9224]: Creation complete after 0s [id=emerging-ox]
random_pet.name[537]: Creation complete after 0s [id=deciding-satyr]
random_pet.name[7248]: Creating...
random_pet.name[8869]: Creation complete after 0s [id=witty-beagle]
random_pet.name[7902]: Creating...
random_pet.name[8969]: Creating...
random_pet.name[7477]: Creating...
random_pet.name[9511]: Creation complete after 0s [id=daring-ibex]
random_pet.name[8251]: Creating...
random_pet.name[5716]: Creation complete after 0s [id=joint-goblin]
random_pet.name[8969]: Creation complete after 0s [id=live-crab]
random_pet.name[9488]: Creating...
random_pet.name[8251]: Creation complete after 0s [id=intimate-toad]
random_pet.name[7477]: Creation complete after 0s [id=faithful-gobbler]
random_pet.name[7248]: Creation complete after 0s [id=teaching-lamprey]
random_pet.name[7902]: Creation complete after 0s [id=bursting-hog]
random_pet.name[5603]: Creating...
random_pet.name[9488]: Creation complete after 0s [id=sweet-clam]
random_pet.name[2051]: Creating...
random_pet.name[6783]: Creating...
random_pet.name[2026]: Creating...
random_pet.name[5603]: Creation complete after 0s [id=profound-pigeon]
random_pet.name[3423]: Creating...
random_pet.name[7223]: Creating...
random_pet.name[2026]: Creation complete after 0s [id=correct-cobra]
random_pet.name[3423]: Creation complete after 0s [id=divine-midge]
random_pet.name[3038]: Creating...
random_pet.name[6783]: Creation complete after 0s [id=handy-kingfish]
random_pet.name[7223]: Creation complete after 0s [id=fancy-woodcock]
random_pet.name[9800]: Creating...
random_pet.name[6481]: Creating...
random_pet.name[6685]: Creating...
random_pet.name[804]: Creating...
random_pet.name[2051]: Creation complete after 0s [id=precise-flea]
random_pet.name[6685]: Creation complete after 0s [id=charmed-hookworm]
random_pet.name[4513]: Creating...
random_pet.name[3038]: Creation complete after 0s [id=casual-penguin]
random_pet.name[9800]: Creation complete after 0s [id=epic-orca]
random_pet.name[6481]: Creation complete after 0s [id=epic-puma]
random_pet.name[7064]: Creating...
random_pet.name[2957]: Creating...
random_pet.name[804]: Creation complete after 0s [id=informed-vulture]
random_pet.name[2781]: Creating...
random_pet.name[5766]: Creating...
random_pet.name[4366]: Creating...
random_pet.name[4513]: Creation complete after 0s [id=moved-pig]
random_pet.name[7064]: Creation complete after 0s [id=smiling-chow]
random_pet.name[2957]: Creation complete after 0s [id=pro-insect]
random_pet.name[5766]: Creation complete after 0s [id=normal-antelope]
random_pet.name[8058]: Creating...
random_pet.name[4366]: Creation complete after 0s [id=charming-midge]
random_pet.name[7823]: Creating...
random_pet.name[6396]: Creating...
random_pet.name[8058]: Creation complete after 0s [id=handy-polliwog]
random_pet.name[6927]: Creating...
random_pet.name[8083]: Creating...
random_pet.name[2781]: Creation complete after 0s [id=curious-raven]
random_pet.name[6715]: Creating...
random_pet.name[6396]: Creation complete after 0s [id=on-werewolf]
random_pet.name[6927]: Creation complete after 0s [id=adapted-dogfish]
random_pet.name[7823]: Creation complete after 0s [id=useful-pipefish]
random_pet.name[8636]: Creating...
random_pet.name[3625]: Creating...
random_pet.name[8083]: Creation complete after 0s [id=more-kiwi]
random_pet.name[2047]: Creating...
random_pet.name[6715]: Creation complete after 0s [id=rich-oarfish]
random_pet.name[8636]: Creation complete after 0s [id=picked-gobbler]
random_pet.name[9683]: Creating...
random_pet.name[8891]: Creating...
random_pet.name[1826]: Creating...
random_pet.name[4570]: Creating...
random_pet.name[3625]: Creation complete after 0s [id=true-orca]
random_pet.name[305]: Creating...
random_pet.name[9671]: Creating...
random_pet.name[8045]: Creating...
random_pet.name[2047]: Creation complete after 0s [id=dear-oriole]
random_pet.name[1826]: Creation complete after 0s [id=eager-sailfish]
random_pet.name[9671]: Creation complete after 0s [id=wondrous-beagle]
random_pet.name[305]: Creation complete after 0s [id=enhanced-macaw]
random_pet.name[9683]: Creation complete after 0s [id=helping-macaque]
random_pet.name[6328]: Creating...
random_pet.name[4570]: Creation complete after 0s [id=select-lamprey]
random_pet.name[8891]: Creation complete after 0s [id=above-dogfish]
random_pet.name[8045]: Creation complete after 0s [id=gentle-camel]
random_pet.name[1733]: Creating...
random_pet.name[6328]: Creation complete after 0s [id=winning-vulture]
random_pet.name[5247]: Creating...
random_pet.name[3681]: Creating...
random_pet.name[1733]: Creation complete after 0s [id=dynamic-dingo]
random_pet.name[1746]: Creating...
random_pet.name[3449]: Creating...
random_pet.name[1518]: Creating...
random_pet.name[4453]: Creating...
random_pet.name[3681]: Creation complete after 0s [id=musical-seahorse]
random_pet.name[5247]: Creation complete after 0s [id=fleet-polecat]
random_pet.name[2129]: Creating...
random_pet.name[1746]: Creation complete after 0s [id=special-skylark]
random_pet.name[3449]: Creation complete after 0s [id=fitting-chimp]
random_pet.name[1518]: Creation complete after 0s [id=crisp-bee]
random_pet.name[6027]: Creating...
random_pet.name[2129]: Creation complete after 0s [id=massive-terrier]
random_pet.name[1481]: Creating...
random_pet.name[4453]: Creation complete after 0s [id=suited-guppy]
random_pet.name[5552]: Creating...
random_pet.name[7925]: Creating...
random_pet.name[6027]: Creation complete after 0s [id=heroic-wren]
random_pet.name[9798]: Creating...
random_pet.name[2277]: Creating...
random_pet.name[3669]: Creating...
random_pet.name[449]: Creating...
random_pet.name[1481]: Creation complete after 0s [id=helped-trout]
random_pet.name[2277]: Creation complete after 0s [id=engaged-cockatoo]
random_pet.name[5552]: Creation complete after 0s [id=apt-lizard]
random_pet.name[9798]: Creation complete after 0s [id=grateful-quail]
random_pet.name[6555]: Creating...
random_pet.name[3589]: Creating...
random_pet.name[7925]: Creation complete after 0s [id=unbiased-gelding]
random_pet.name[449]: Creation complete after 0s [id=daring-ox]
random_pet.name[3617]: Creating...
random_pet.name[3669]: Creation complete after 0s [id=crisp-moccasin]
random_pet.name[1663]: Creating...
random_pet.name[28]: Creating...
random_pet.name[3589]: Creation complete after 0s [id=possible-doberman]
random_pet.name[337]: Creating...
random_pet.name[3617]: Creation complete after 0s [id=ideal-haddock]
random_pet.name[6555]: Creation complete after 0s [id=classic-dane]
random_pet.name[28]: Creation complete after 0s [id=moved-mammal]
random_pet.name[8512]: Creating...
random_pet.name[7661]: Creating...
random_pet.name[1395]: Creating...
random_pet.name[1663]: Creation complete after 0s [id=boss-condor]
random_pet.name[337]: Creation complete after 0s [id=thorough-shepherd]
random_pet.name[7029]: Creating...
random_pet.name[8512]: Creation complete after 0s [id=holy-emu]
random_pet.name[7661]: Creation complete after 0s [id=exciting-pheasant]
random_pet.name[1395]: Creation complete after 0s [id=humble-dassie]
random_pet.name[7673]: Creating...
random_pet.name[6905]: Creating...
random_pet.name[7029]: Creation complete after 0s [id=workable-moth]
random_pet.name[7673]: Creation complete after 0s [id=absolute-kingfish]
random_pet.name[9056]: Creating...
random_pet.name[5499]: Creating...
random_pet.name[5813]: Creating...
random_pet.name[5289]: Creating...
random_pet.name[6078]: Creating...
random_pet.name[5289]: Creation complete after 0s [id=eminent-tapir]
random_pet.name[5813]: Creation complete after 0s [id=nice-goshawk]
random_pet.name[2262]: Creating...
random_pet.name[7547]: Creating...
random_pet.name[5499]: Creation complete after 0s [id=knowing-gopher]
random_pet.name[9300]: Creating...
random_pet.name[9656]: Creating...
random_pet.name[6905]: Creation complete after 0s [id=cuddly-eagle]
random_pet.name[6078]: Creation complete after 0s [id=awake-marlin]
random_pet.name[9056]: Creation complete after 0s [id=sweeping-poodle]
random_pet.name[2262]: Creation complete after 0s [id=lucky-coyote]
random_pet.name[9656]: Creation complete after 0s [id=together-duckling]
random_pet.name[9300]: Creation complete after 0s [id=renewed-lobster]
random_pet.name[3401]: Creating...
random_pet.name[2136]: Creating...
random_pet.name[7547]: Creation complete after 0s [id=fluent-tarpon]
random_pet.name[1570]: Creating...
random_pet.name[2175]: Creating...
random_pet.name[2136]: Creation complete after 0s [id=diverse-hagfish]
random_pet.name[285]: Creating...
random_pet.name[3401]: Creation complete after 0s [id=winning-poodle]
random_pet.name[1441]: Creating...
random_pet.name[2175]: Creation complete after 0s [id=stunning-liger]
random_pet.name[2204]: Creating...
random_pet.name[285]: Creation complete after 0s [id=more-orca]
random_pet.name[1441]: Creation complete after 0s [id=hopeful-viper]
random_pet.name[3703]: Creating...
random_pet.name[1570]: Creation complete after 0s [id=optimum-ox]
random_pet.name[2458]: Creating...
random_pet.name[2204]: Creation complete after 0s [id=classic-tahr]
random_pet.name[2818]: Creating...
random_pet.name[561]: Creating...
random_pet.name[561]: Creation complete after 0s [id=quick-moth]
random_pet.name[2458]: Creation complete after 0s [id=wealthy-wombat]
random_pet.name[9915]: Creating...
random_pet.name[2624]: Creating...
random_pet.name[6757]: Creating...
random_pet.name[2818]: Creation complete after 0s [id=sound-ostrich]
random_pet.name[3703]: Creation complete after 0s [id=talented-piglet]
random_pet.name[2311]: Creating...
random_pet.name[2672]: Creating...
random_pet.name[9915]: Creation complete after 0s [id=one-titmouse]
random_pet.name[2672]: Creation complete after 0s [id=intent-unicorn]
random_pet.name[6757]: Creation complete after 0s [id=active-oryx]
random_pet.name[5817]: Creating...
random_pet.name[6060]: Creating...
random_pet.name[2624]: Creation complete after 0s [id=coherent-feline]
random_pet.name[452]: Creating...
random_pet.name[2311]: Creation complete after 0s [id=warm-coyote]
random_pet.name[8309]: Creating...
random_pet.name[2301]: Creating...
random_pet.name[5817]: Creation complete after 0s [id=noble-llama]
random_pet.name[6060]: Creation complete after 0s [id=welcomed-ray]
random_pet.name[9177]: Creating...
random_pet.name[452]: Creation complete after 0s [id=innocent-ray]
random_pet.name[2465]: Creating...
random_pet.name[2917]: Creating...
random_pet.name[8309]: Creation complete after 0s [id=vast-monitor]
random_pet.name[9177]: Creation complete after 0s [id=positive-zebra]
random_pet.name[2301]: Creation complete after 0s [id=capital-tuna]
random_pet.name[7357]: Creating...
random_pet.name[2465]: Creation complete after 0s [id=ample-moose]
random_pet.name[1705]: Creating...
random_pet.name[9816]: Creating...
random_pet.name[1070]: Creating...
random_pet.name[2917]: Creation complete after 0s [id=famous-calf]
random_pet.name[7357]: Creation complete after 0s [id=on-ringtail]
random_pet.name[7860]: Creating...
random_pet.name[1070]: Creation complete after 0s [id=golden-pegasus]
random_pet.name[859]: Creating...
random_pet.name[7860]: Creation complete after 0s [id=key-bison]
random_pet.name[9816]: Creation complete after 0s [id=assuring-herring]
random_pet.name[1705]: Creation complete after 0s [id=stirring-honeybee]
random_pet.name[859]: Creation complete after 0s [id=sacred-earwig]
random_pet.name[3976]: Creating...
random_pet.name[4441]: Creating...
random_pet.name[7763]: Creating...
random_pet.name[5842]: Creating...
random_pet.name[5842]: Creation complete after 0s [id=saving-osprey]
random_pet.name[4441]: Creation complete after 0s [id=major-boa]
random_pet.name[6423]: Creating...
random_pet.name[3793]: Creating...
random_pet.name[3976]: Creation complete after 0s [id=kind-jay]
random_pet.name[3793]: Creation complete after 0s [id=polite-toucan]
random_pet.name[9569]: Creating...
random_pet.name[7763]: Creation complete after 0s [id=fancy-hound]
random_pet.name[3534]: Creating...
random_pet.name[3367]: Creating...
random_pet.name[4862]: Creating...
random_pet.name[6423]: Creation complete after 0s [id=skilled-ram]
random_pet.name[9768]: Creating...
random_pet.name[2344]: Creating...
random_pet.name[474]: Creating...
random_pet.name[3534]: Creation complete after 0s [id=harmless-squid]
random_pet.name[3367]: Creation complete after 0s [id=fresh-pangolin]
random_pet.name[4862]: Creation complete after 0s [id=balanced-monitor]
random_pet.name[2707]: Creating...
random_pet.name[2344]: Creation complete after 0s [id=flying-grubworm]
random_pet.name[703]: Creating...
random_pet.name[9768]: Creation complete after 0s [id=good-boxer]
random_pet.name[474]: Creation complete after 0s [id=eminent-kite]
random_pet.name[9569]: Creation complete after 0s [id=poetic-redbird]
random_pet.name[190]: Creating...
random_pet.name[703]: Creation complete after 0s [id=proud-bullfrog]
random_pet.name[2707]: Creation complete after 0s [id=legible-elephant]
random_pet.name[4563]: Creating...
random_pet.name[4070]: Creating...
random_pet.name[190]: Creation complete after 0s [id=internal-ladybird]
random_pet.name[6876]: Creating...
random_pet.name[4070]: Creation complete after 0s [id=proud-asp]
random_pet.name[3934]: Creating...
random_pet.name[4620]: Creating...
random_pet.name[9163]: Creating...
random_pet.name[3913]: Creating...
random_pet.name[4680]: Creating...
random_pet.name[6876]: Creation complete after 0s [id=sunny-trout]
random_pet.name[4620]: Creation complete after 0s [id=evident-sheepdog]
random_pet.name[31]: Creating...
random_pet.name[3934]: Creation complete after 0s [id=eternal-seahorse]
random_pet.name[4680]: Creation complete after 0s [id=primary-bluegill]
random_pet.name[4823]: Creating...
random_pet.name[5839]: Creating...
random_pet.name[3335]: Creating...
random_pet.name[4823]: Creation complete after 0s [id=alert-puma]
random_pet.name[9163]: Creation complete after 0s [id=joint-bug]
random_pet.name[3913]: Creation complete after 0s [id=classic-deer]
random_pet.name[5839]: Creation complete after 0s [id=allowing-halibut]
random_pet.name[3335]: Creation complete after 0s [id=valid-muskox]
random_pet.name[31]: Creation complete after 0s [id=normal-hedgehog]
random_pet.name[4563]: Creation complete after 0s [id=model-turkey]
random_pet.name[1777]: Creating...
random_pet.name[1777]: Creation complete after 0s [id=inspired-mammoth]
random_pet.name[3356]: Creating...
random_pet.name[6298]: Creating...
random_pet.name[7157]: Creating...
random_pet.name[2801]: Creating...
random_pet.name[4661]: Creating...
random_pet.name[9099]: Creating...
random_pet.name[1076]: Creating...
random_pet.name[2084]: Creating...
random_pet.name[1035]: Creating...
random_pet.name[4661]: Creation complete after 0s [id=key-chimp]
random_pet.name[5588]: Creating...
random_pet.name[1076]: Creation complete after 0s [id=epic-catfish]
random_pet.name[6298]: Creation complete after 0s [id=choice-dingo]
random_pet.name[3356]: Creation complete after 0s [id=choice-monster]
random_pet.name[7157]: Creation complete after 0s [id=enjoyed-koala]
random_pet.name[2801]: Creation complete after 0s [id=fresh-anemone]
random_pet.name[2084]: Creation complete after 0s [id=composed-koala]
random_pet.name[9099]: Creation complete after 0s [id=pumped-piglet]
random_pet.name[1035]: Creation complete after 0s [id=simple-pug]
random_pet.name[5588]: Creation complete after 0s [id=better-impala]
random_pet.name[8792]: Creating...
random_pet.name[8792]: Creation complete after 0s [id=flexible-drum]
random_pet.name[5742]: Creating...
random_pet.name[6224]: Creating...
random_pet.name[2382]: Creating...
random_pet.name[9893]: Creating...
random_pet.name[3045]: Creating...
random_pet.name[4870]: Creating...
random_pet.name[3086]: Creating...
random_pet.name[7407]: Creating...
random_pet.name[4870]: Creation complete after 0s [id=evolved-pipefish]
random_pet.name[6224]: Creation complete after 0s [id=charmed-lemming]
random_pet.name[7407]: Creation complete after 0s [id=hip-buzzard]
random_pet.name[8389]: Creating...
random_pet.name[5742]: Creation complete after 0s [id=right-mullet]
random_pet.name[3045]: Creation complete after 0s [id=wealthy-monkey]
random_pet.name[7216]: Creating...
random_pet.name[9893]: Creation complete after 0s [id=flexible-oryx]
random_pet.name[3086]: Creation complete after 0s [id=honest-ant]
random_pet.name[8389]: Creation complete after 0s [id=mutual-boa]
random_pet.name[9042]: Creating...
random_pet.name[2382]: Creation complete after 0s [id=quality-loon]
random_pet.name[7216]: Creation complete after 0s [id=vocal-flounder]
random_pet.name[9042]: Creation complete after 0s [id=faithful-mastodon]
random_pet.name[8810]: Creating...
random_pet.name[8783]: Creating...
random_pet.name[3106]: Creating...
random_pet.name[519]: Creating...
random_pet.name[9601]: Creating...
random_pet.name[3106]: Creation complete after 0s [id=absolute-rabbit]
random_pet.name[122]: Creating...
random_pet.name[8783]: Creation complete after 0s [id=native-marten]
random_pet.name[884]: Creating...
random_pet.name[3729]: Creating...
random_pet.name[4445]: Creating...
random_pet.name[519]: Creation complete after 0s [id=equipped-ferret]
random_pet.name[122]: Creation complete after 0s [id=engaged-guinea]
random_pet.name[8810]: Creation complete after 0s [id=devoted-bream]
random_pet.name[9601]: Creation complete after 0s [id=enjoyed-boxer]
random_pet.name[4609]: Creating...
random_pet.name[9998]: Creating...
random_pet.name[3729]: Creation complete after 0s [id=rested-wildcat]
random_pet.name[2874]: Creating...
random_pet.name[4609]: Creation complete after 0s [id=welcome-insect]
random_pet.name[884]: Creation complete after 0s [id=joint-goshawk]
random_pet.name[9998]: Creation complete after 0s [id=dynamic-redfish]
random_pet.name[4445]: Creation complete after 0s [id=adapted-satyr]
random_pet.name[4063]: Creating...
random_pet.name[2874]: Creation complete after 0s [id=grand-wallaby]
random_pet.name[8256]: Creating...
random_pet.name[7070]: Creating...
random_pet.name[8256]: Creation complete after 0s [id=calm-leech]
random_pet.name[2069]: Creating...
random_pet.name[381]: Creating...
random_pet.name[4063]: Creation complete after 0s [id=above-narwhal]
random_pet.name[1577]: Creating...
random_pet.name[5611]: Creating...
random_pet.name[1771]: Creating...
random_pet.name[7070]: Creation complete after 0s [id=useful-tick]
random_pet.name[9010]: Creating...
random_pet.name[381]: Creation complete after 0s [id=many-bream]
random_pet.name[5611]: Creation complete after 0s [id=cheerful-guinea]
random_pet.name[2682]: Creating...
random_pet.name[1771]: Creation complete after 0s [id=massive-horse]
random_pet.name[2069]: Creation complete after 0s [id=immense-roughy]
random_pet.name[2682]: Creation complete after 0s [id=striking-raven]
random_pet.name[1577]: Creation complete after 0s [id=frank-bobcat]
random_pet.name[9284]: Creating...
random_pet.name[8932]: Creating...
random_pet.name[5969]: Creating...
random_pet.name[9284]: Creation complete after 0s [id=awaited-sculpin]
random_pet.name[9280]: Creating...
random_pet.name[9010]: Creation complete after 0s [id=right-turtle]
random_pet.name[5969]: Creation complete after 0s [id=definite-mudfish]
random_pet.name[8932]: Creation complete after 0s [id=polite-shad]
random_pet.name[9280]: Creation complete after 0s [id=simple-satyr]
random_pet.name[5102]: Creating...
random_pet.name[2202]: Creating...
random_pet.name[9546]: Creating...
random_pet.name[7497]: Creating...
random_pet.name[3463]: Creating...
random_pet.name[2202]: Creation complete after 0s [id=faithful-phoenix]
random_pet.name[5102]: Creation complete after 0s [id=guided-quetzal]
random_pet.name[9546]: Creation complete after 0s [id=amazed-walrus]
random_pet.name[8248]: Creating...
random_pet.name[5078]: Creating...
random_pet.name[1666]: Creating...
random_pet.name[3463]: Creation complete after 0s [id=factual-bug]
random_pet.name[8136]: Creating...
random_pet.name[7497]: Creation complete after 0s [id=notable-swan]
random_pet.name[9271]: Creating...
random_pet.name[8248]: Creation complete after 0s [id=enabled-beetle]
random_pet.name[8136]: Creation complete after 0s [id=excited-arachnid]
random_pet.name[5078]: Creation complete after 0s [id=sweet-blowfish]
random_pet.name[8490]: Creating...
random_pet.name[1666]: Creation complete after 0s [id=fond-lamb]
random_pet.name[6943]: Creating...
random_pet.name[1177]: Creating...
random_pet.name[8490]: Creation complete after 0s [id=faithful-hawk]
random_pet.name[7101]: Creating...
random_pet.name[6943]: Creation complete after 0s [id=darling-skylark]
random_pet.name[9271]: Creation complete after 0s [id=guided-rooster]
random_pet.name[2688]: Creating...
random_pet.name[1]: Creating...
random_pet.name[1177]: Creation complete after 0s [id=possible-deer]
random_pet.name[6347]: Creating...
random_pet.name[2428]: Creating...
random_pet.name[5166]: Creating...
random_pet.name[7101]: Creation complete after 0s [id=lasting-hog]
random_pet.name[2688]: Creation complete after 0s [id=sweeping-kingfish]
random_pet.name[6347]: Creation complete after 0s [id=cheerful-raptor]
random_pet.name[5166]: Creation complete after 0s [id=poetic-clam]
random_pet.name[2428]: Creation complete after 0s [id=topical-wolf]
random_pet.name[302]: Creating...
random_pet.name[7825]: Creating...
random_pet.name[302]: Creation complete after 0s [id=kind-satyr]
random_pet.name[1]: Creation complete after 0s [id=present-cougar]
random_pet.name[6616]: Creating...
random_pet.name[7825]: Creation complete after 0s [id=chief-turkey]
random_pet.name[1189]: Creating...
random_pet.name[1297]: Creating...
random_pet.name[3924]: Creating...
random_pet.name[4134]: Creating...
random_pet.name[5118]: Creating...
random_pet.name[3924]: Creation complete after 0s [id=quiet-goose]
random_pet.name[6616]: Creation complete after 0s [id=improved-chimp]
random_pet.name[1297]: Creation complete after 0s [id=current-leech]
random_pet.name[8285]: Creating...
random_pet.name[4134]: Creation complete after 0s [id=pure-hound]
random_pet.name[1189]: Creation complete after 0s [id=next-jaguar]
random_pet.name[9185]: Creating...
random_pet.name[1750]: Creating...
random_pet.name[8285]: Creation complete after 0s [id=in-stallion]
random_pet.name[8278]: Creating...
random_pet.name[5118]: Creation complete after 0s [id=sweeping-bird]
random_pet.name[6868]: Creating...
random_pet.name[1750]: Creation complete after 0s [id=firm-kitten]
random_pet.name[993]: Creating...
random_pet.name[1316]: Creating...
random_pet.name[1809]: Creating...
random_pet.name[9185]: Creation complete after 0s [id=profound-man]
random_pet.name[1107]: Creating...
random_pet.name[8278]: Creation complete after 0s [id=glorious-fox]
random_pet.name[1107]: Creation complete after 0s [id=thankful-guppy]
random_pet.name[6868]: Creation complete after 0s [id=tender-civet]
random_pet.name[1809]: Creation complete after 0s [id=perfect-javelin]
random_pet.name[1955]: Creating...
random_pet.name[1316]: Creation complete after 0s [id=flexible-feline]
random_pet.name[993]: Creation complete after 0s [id=finer-mammoth]
random_pet.name[1180]: Creating...
random_pet.name[3373]: Creating...
random_pet.name[1955]: Creation complete after 0s [id=actual-drake]
random_pet.name[7315]: Creating...
random_pet.name[1587]: Creating...
random_pet.name[7315]: Creation complete after 0s [id=grand-flounder]
random_pet.name[2857]: Creating...
random_pet.name[1180]: Creation complete after 0s [id=romantic-rattler]
random_pet.name[3373]: Creation complete after 0s [id=novel-wombat]
random_pet.name[1587]: Creation complete after 0s [id=active-albacore]
random_pet.name[6824]: Creating...
random_pet.name[5513]: Creating...
random_pet.name[2733]: Creating...
random_pet.name[6095]: Creating...
random_pet.name[8708]: Creating...
random_pet.name[2857]: Creation complete after 0s [id=deciding-lizard]
random_pet.name[5805]: Creating...
random_pet.name[3814]: Creating...
random_pet.name[4142]: Creating...
random_pet.name[6824]: Creation complete after 0s [id=game-hawk]
random_pet.name[4142]: Creation complete after 0s [id=measured-chipmunk]
random_pet.name[5513]: Creation complete after 0s [id=sharing-crawdad]
random_pet.name[2733]: Creation complete after 0s [id=humble-crayfish]
random_pet.name[8708]: Creation complete after 0s [id=famous-barnacle]
random_pet.name[3814]: Creation complete after 0s [id=normal-swan]
random_pet.name[1135]: Creating...
random_pet.name[4854]: Creating...
random_pet.name[5020]: Creating...
random_pet.name[5805]: Creation complete after 0s [id=mutual-reindeer]
random_pet.name[6095]: Creation complete after 0s [id=darling-newt]
random_pet.name[1135]: Creation complete after 0s [id=electric-snake]
random_pet.name[1269]: Creating...
random_pet.name[5020]: Creation complete after 0s [id=sincere-grouper]
random_pet.name[4854]: Creation complete after 0s [id=probable-goldfish]
random_pet.name[3195]: Creating...
random_pet.name[1269]: Creation complete after 0s [id=boss-crab]
random_pet.name[3455]: Creating...
random_pet.name[303]: Creating...
random_pet.name[3455]: Creation complete after 0s [id=healthy-civet]
random_pet.name[8681]: Creating...
random_pet.name[471]: Creating...
random_pet.name[9150]: Creating...
random_pet.name[4703]: Creating...
random_pet.name[3195]: Creation complete after 0s [id=romantic-chicken]
random_pet.name[1029]: Creating...
random_pet.name[303]: Creation complete after 0s [id=improved-ant]
random_pet.name[1029]: Creation complete after 0s [id=ruling-dolphin]
random_pet.name[4703]: Creation complete after 0s [id=striking-beetle]
random_pet.name[1585]: Creating...
random_pet.name[8681]: Creation complete after 0s [id=modest-mink]
random_pet.name[9150]: Creation complete after 0s [id=native-bullfrog]
random_pet.name[6471]: Creating...
random_pet.name[7492]: Creating...
random_pet.name[471]: Creation complete after 0s [id=valid-glider]
random_pet.name[1115]: Creating...
random_pet.name[1585]: Creation complete after 0s [id=splendid-dodo]
random_pet.name[8529]: Creating...
random_pet.name[6471]: Creation complete after 0s [id=nice-osprey]
random_pet.name[897]: Creating...
random_pet.name[3601]: Creating...
random_pet.name[3601]: Creation complete after 0s [id=neutral-egret]
random_pet.name[5947]: Creating...
random_pet.name[8763]: Creating...
random_pet.name[897]: Creation complete after 0s [id=credible-marmoset]
random_pet.name[1767]: Creating...
random_pet.name[8529]: Creation complete after 0s [id=accurate-eagle]
random_pet.name[6825]: Creating...
random_pet.name[7174]: Creating...
random_pet.name[7492]: Creation complete after 0s [id=infinite-piranha]
random_pet.name[8763]: Creation complete after 0s [id=fair-monitor]
random_pet.name[5947]: Creation complete after 0s [id=master-foal]
random_pet.name[1115]: Creation complete after 0s [id=major-catfish]
random_pet.name[1767]: Creation complete after 0s [id=just-leopard]
random_pet.name[6825]: Creation complete after 0s [id=bold-pony]
random_pet.name[7174]: Creation complete after 0s [id=grateful-mammal]
random_pet.name[2372]: Creating...
random_pet.name[241]: Creating...
random_pet.name[5341]: Creating...
random_pet.name[4011]: Creating...
random_pet.name[2372]: Creation complete after 0s [id=concrete-airedale]
random_pet.name[241]: Creation complete after 0s [id=known-rodent]
random_pet.name[5341]: Creation complete after 0s [id=equal-husky]
random_pet.name[2974]: Creating...
random_pet.name[4011]: Creation complete after 0s [id=infinite-kite]
random_pet.name[8666]: Creating...
random_pet.name[844]: Creating...
random_pet.name[3691]: Creating...
random_pet.name[7353]: Creating...
random_pet.name[2125]: Creating...
random_pet.name[8666]: Creation complete after 0s [id=game-collie]
random_pet.name[844]: Creation complete
…

Comment thread action.yml

# Add summary to the job status.
check_run=$(GH_TOKEN=${{ github.token }} gh api /repos/${{ github.repository }}/check-runs/${job_id} --header "$GH_API" --method PATCH --field "output[title]=${summary}" --field "output[summary]=${summary}")
check_run=$(GH_TOKEN=${{ github.token }} gh api /repos/${{ github.repository }}/check-runs/${job_id} --header "$GH_API" --method PATCH --field "output[title]=${summary}" --field "output[summary]=${summary}") || true
Comment thread action.yml

# Add summary to the job status.
check_run=$(GH_TOKEN=${{ github.token }} gh api /repos/${{ github.repository }}/check-runs/${job_id} --header "$GH_API" --method PATCH --field "output[title]=${summary}" --field "output[summary]=${summary}")
check_run=$(GH_TOKEN=${{ github.token }} gh api /repos/${{ github.repository }}/check-runs/${job_id} --header "$GH_API" --method PATCH --field "output[title]=${summary}" --field "output[summary]=${summary}") || true
Comment thread action.yml
check_url=$(echo "$check_run" | jq --raw-output '.html_url // empty' 2>/dev/null) || true
echo "check_id=$(echo "$check_run" | jq --raw-output '.id // empty' 2>/dev/null)" >> "$GITHUB_OUTPUT"
run_url=${check_url:+${check_url}#step:${workflow_step}:1}
run_url=${run_url:-${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}}
Comment thread action.yml
check_url=$(echo "$check_run" | jq --raw-output '.html_url // empty' 2>/dev/null) || true
echo "check_id=$(echo "$check_run" | jq --raw-output '.id // empty' 2>/dev/null)" >> "$GITHUB_OUTPUT"
run_url=${check_url:+${check_url}#step:${workflow_step}:1}
run_url=${run_url:-${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}}
Comment thread action.yml
check_url=$(echo "$check_run" | jq --raw-output '.html_url // empty' 2>/dev/null) || true
echo "check_id=$(echo "$check_run" | jq --raw-output '.id // empty' 2>/dev/null)" >> "$GITHUB_OUTPUT"
run_url=${check_url:+${check_url}#step:${workflow_step}:1}
run_url=${run_url:-${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}}
Comment thread action.yml
create_comment="true"
elif [[ ("$INPUTS_COMMENT_PR" == "on-diff" || "$INPUTS_COMMENT_PR" == "on-change") && "$exitcode" -eq 0 && -n "$bot_comment" ]]; then
gh api /repos/${{ github.repository }}/issues/comments/${bot_comment} --header "$GH_API" --method DELETE
gh api /repos/${{ github.repository }}/issues/comments/${bot_comment} --header "$GH_API" --method DELETE || true
Comment thread action.yml
pr_comment=$(gh api /repos/${{ github.repository }}/issues/${{ steps.identifier.outputs.pr }}/comments --header "$GH_API" --method POST --field "body=${body}")
echo "comment_id=$(echo "$pr_comment" | jq --raw-output '.id')" >> "$GITHUB_OUTPUT"
gh api /repos/${{ github.repository }}/issues/comments/${bot_comment} --header "$GH_API" --method DELETE || true
pr_comment=$(gh api /repos/${{ github.repository }}/issues/${{ steps.identifier.outputs.pr }}/comments --header "$GH_API" --method POST --field "body=${body}") || true
Comment thread action.yml
pr_comment=$(gh api /repos/${{ github.repository }}/issues/${{ steps.identifier.outputs.pr }}/comments --header "$GH_API" --method POST --field "body=${body}")
echo "comment_id=$(echo "$pr_comment" | jq --raw-output '.id')" >> "$GITHUB_OUTPUT"
gh api /repos/${{ github.repository }}/issues/comments/${bot_comment} --header "$GH_API" --method DELETE || true
pr_comment=$(gh api /repos/${{ github.repository }}/issues/${{ steps.identifier.outputs.pr }}/comments --header "$GH_API" --method POST --field "body=${body}") || true
Comment thread action.yml
pr_comment=$(gh api /repos/${{ github.repository }}/issues/${{ steps.identifier.outputs.pr }}/comments --header "$GH_API" --method POST --field "body=${body}")
echo "comment_id=$(echo "$pr_comment" | jq --raw-output '.id')" >> "$GITHUB_OUTPUT"
gh api /repos/${{ github.repository }}/issues/comments/${bot_comment} --header "$GH_API" --method DELETE || true
pr_comment=$(gh api /repos/${{ github.repository }}/issues/${{ steps.identifier.outputs.pr }}/comments --header "$GH_API" --method POST --field "body=${body}") || true
@rdhar rdhar merged commit a6b5729 into main Apr 14, 2026
14 checks passed
@rdhar rdhar deleted the fix-fallback-on-fork-branch branch April 14, 2026 18:10
rdhar added a commit that referenced this pull request Apr 14, 2026
…raction (#551, #552)

- Move all github context variables (${{ github.* }}) to env: block declarations
- Replace inline expressions in run blocks with GH_-prefixed environment variable references
- Resolves CodeQL expression injection findings across identifier, download, and post steps
- Maintains functional equivalence with improved security posture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants