mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 09:10:16 +03:00
testing something
This commit is contained in:
parent
592cf69a22
commit
1ed8dabefc
2 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,11 @@ import * as stateHelper from './state-helper'
|
|||
|
||||
async function run(): Promise<void> {
|
||||
try {
|
||||
|
||||
for (const key of Object.keys(process.env)) {
|
||||
console.log(`${key}=${process.env[key]}`)
|
||||
}
|
||||
|
||||
const sourceSettings = inputHelper.getInputs()
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue