Skip to content

Commit a88761e

Browse files
committed
update test job to use ubuntu-24.04
1 parent b282d4e commit a88761e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,7 @@ on:
22862286
22872287
jobs:
22882288
test:
2289-
runs-on: ubuntu-20.04
2289+
runs-on: ubuntu-24.04
22902290
steps:
22912291
- name: Send data
22922292
# ERROR: uri is typo of url
@@ -2309,7 +2309,7 @@ test.yaml:23:22: property "credentials" is not defined in object type {actions_r
23092309
| ^~~~~~~~~~~~~~~~~~~
23102310
```
23112311

2312-
[Playground](https://rhysd.github.io/actionlint/#eNp8UL1q80AQ7PUUU3ygSsJ8pLo+VUIC+amNdNqEi897Yu82Rph792CdIpkU7pbZ+dnZwKYCTkEOHz6c9rbz/gIAjkdNscyAiv8dgYGiFTcmF9ignoIK3l8e63WfppEMYhLHnwvo1R6mPeuxJ7lpNBNRiH8dCzqDkazQdp4VGoiT625fudHqqvoK/axPFFNRiXJsLmztlZM2/3ft7q7EJRrXsAbcHcnglXjA0KVujRRlA6vi8e98Xj7YqjjkjGa4Bq//gZxXB+LvrQHw9vxw/2Rm4dK43TpE5PwTAAD//6lWhKI=)
2312+
[Playground](https://rhysd.github.io/actionlint/#eNp8UL1q80AQ7PUUU3ygSuIjuLo+VUIC+amNdNqEi897Yu82Rph792CdIpkU7pbZ+dnZwKYCTkEOHz6c9rbz/gIAjkdNscyAiv8dgYGiFTcmF9ignoIK3l8e63WfppEMYhLHnwvo1R6mPeuxJ7lpNBNRiH8dCzqDkazQdp4VGoiT625fudHqqvoK/axPFFNRiXJsLmztlZM2d7v2/67EJRrXsAbcHcnglXjA0KVujRRlA6vi8e98Xj7YqjjkjGa4Bq//gZxXB+LvrQHw9vxw/2Rm4dK43TpE5PwTAAD//6vehKY=)
23132313

23142314
Inputs of reusable workflow calls are set to `inputs.*` properties following the definitions at `on.workflow_call.inputs`.
23152315
And in a job of a reusable workflow, `secrets.*` are passed from caller of the workflow so it is set following the definitions at

0 commit comments

Comments
 (0)