Skip to content

Instantly share code, notes, and snippets.

@weibeld
Last active April 25, 2025 15:00
Show Gist options
  • Save weibeld/f136048d0a82aacc063f42e684e3c494 to your computer and use it in GitHub Desktop.
Save weibeld/f136048d0a82aacc063f42e684e3c494 to your computer and use it in GitHub Desktop.
GitHub Actions example workflow 1 — Hello World!
name: hello-world
on: push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"
@webyoung
Copy link

Finally, I run the action.

@rajagaurdevops
Copy link

finally, i run the action

@fischerpj
Copy link

Hilow

@fischerpj
Copy link

<script src="https://gist.github.com/weibeld/f136048d0a82aacc063f42e684e3c494.js"></script>

@Paul-Browne
Copy link

4 revisions 🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment