Skip to content

Commit

Permalink
Hello world (#12103)
Browse files Browse the repository at this point in the history
* add on push action markdown index autobump

* add test README.md

* Update push-test-infra-markdown-index-autobump.yml

* add hello world

* remove github action and test readme

---------

Co-authored-by: Patryk Dobrowolski <[email protected]>
  • Loading branch information
szumejker and akiioto authored Oct 8, 2024
1 parent ff1f1f5 commit 43f1639
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: hello-world
on: workflow_dispatch
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"

0 comments on commit 43f1639

Please sign in to comment.