mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-10 12:13:12 -05:00
Debugging!
This commit is contained in:
parent
00b2dcc4f2
commit
595a90e007
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ const exec = require('@actions/exec');
|
|||
async function run() {
|
||||
try {
|
||||
const shell = core.getInput('shell_command') || "/bin/bash -c";
|
||||
console.log(shell);
|
||||
console.log(core.getInput('shell_command'));
|
||||
const image = core.getInput('image');
|
||||
const path = core.getInput('path');
|
||||
const destination = core.getInput('destination') || `.extracted-${Date.now()}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue