Skip to content

Commit 92eaa78

Browse files
authored
custom action
1 parent 5840c25 commit 92eaa78

4 files changed

Lines changed: 15 additions & 55 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: [push]
2+
3+
jobs:
4+
my-job:
5+
runs-on: ubuntu-latest
6+
name: A job to say hello
7+
steps:
8+
- name: Hello world action step
9+
id: hello
10+
uses: omenking/barsoom@0.0.1
11+
with:
12+
name: 'Brown'
13+
# Use the output from the `hello` step
14+
- name: Get the Output
15+
run: echo "The time was ${{ steps.hello.outputs.greeting }}"

.github/workflows/jobs.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/secrets.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/workflow-commands.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)