Compare commits
No commits in common. "main" and "v3" have entirely different histories.
2 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,7 @@ outputs:
|
|||
time: # id of output
|
||||
description: 'The time we greeted you'
|
||||
runs:
|
||||
using: 'docker'
|
||||
using: 'podman'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.who-to-greet }}
|
||||
|
|
1
entrypoint.sh
Executable file → Normal file
1
entrypoint.sh
Executable file → Normal file
|
@ -1,6 +1,5 @@
|
|||
#!/bin/sh -l
|
||||
|
||||
echo "Hello $1"
|
||||
env
|
||||
time=$(date)
|
||||
echo "time=$time" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Reference in a new issue