Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi482 authored Sep 25, 2023
0 parents commit 84a3c67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test
on: [workflow_dispatch]

jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Say hello
uses: Andi482/GithubBootcampBasta2023/hello-world-docker-action@v1
with:
who-to-greet: '@Andi482'

0 comments on commit 84a3c67

Please sign in to comment.