Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Módosítások #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/alap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Egyszerű példa a GitHub Action használatára

name: GitHub Action - Alap

# Mikor futtassuk a workflow-t
on:
# A Workflow a push és a pull_request eseményre fut le más-más branch-ekre
Expand All @@ -13,7 +12,6 @@ on:

# Engedélyezzük a manuális futtatást is
workflow_dispatch:

# Fő feladat
jobs:
# Egyszerű build feladat
Expand All @@ -25,10 +23,10 @@ jobs:
steps:
# Először is töltsük le a repót
- uses: actions/checkout@v3

# Futassunk egy parancsot
- name: Egy soros parancsok
run: echo Hello, world!

# Futtassunk több parancsot egyben
- name: Több soros parancsok
run: |
Expand Down