Skip to content
Open

Dev #401

Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions .github/workflows/multi-event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Trigger multi event

on:
push:
branches:
- main
- dev
pull_request:
branches:
- main

jobs:
Hi_from_developer:
runs-on: ubuntu-latest
steps:
- name: "Echo information"
run: |
echo "REF: $GITHUB_REF"
echo "Job id: $GITHUB_JOB"
echo "Action: $GITHUB_ACTION"
echo "Actor: $GITHUB_ACTOR"
12 changes: 12 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Scheduled workflow
on:
schedule:
- cron: '*/5 * * * *'

jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Current time
run: echo "The current server time is $(date)"

1 change: 0 additions & 1 deletion github-actions/templates/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
issues: write
pull-requests: write
steps:
# https://github.com/actions/first-interaction
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
19 changes: 0 additions & 19 deletions github-actions/templates/multi-event.yml

This file was deleted.

8 changes: 7 additions & 1 deletion markdown/Secret.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
**Secret page**s
**Secret page**s
I made simple change on branch dev
<<<<<<< HEAD

This is second change to trigger the event on push of dev
======
>>>>>>> 4beaaf3e676fd377c782d0455f10b4f8b0395360