Skip to content

To check for action #265

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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e40f1d0
Create greetings.yml
Roizz-soul Apr 21, 2025
6308ba5
add schedule workflow
Roizz-soul Apr 21, 2025
ec3cc2d
Shedule action working?
Roizz-soul Apr 21, 2025
4e97be6
Multi event
Roizz-soul Apr 21, 2025
4d602e6
Manual Workflow
Roizz-soul Apr 25, 2025
b6a6c52
TH
Roizz-soul Apr 25, 2025
97c761c
Try webhook workflow again
Roizz-soul Apr 25, 2025
c2a5684
Try webhook workflow again2
Roizz-soul Apr 25, 2025
d250bbc
Try webhook workflow again3
Roizz-soul Apr 25, 2025
080e20e
Try webhook again 4
Roizz-soul Apr 26, 2025
4763702
conditional
Roizz-soul Apr 26, 2025
8dca890
Else condition
Roizz-soul Apr 26, 2025
c9af88f
Else Condition 2
Roizz-soul Apr 26, 2025
1e9b5bf
Expression Fuctions
Roizz-soul Apr 26, 2025
c5a4121
Expression Functions ex
Roizz-soul Apr 26, 2025
08cd906
Expression Function
Roizz-soul Apr 26, 2025
71809da
Expressions
Roizz-soul Apr 26, 2025
6c1fc7f
Windos and Mac runner
Roizz-soul Apr 26, 2025
7fbebb9
Self-hosted
Roizz-soul Apr 26, 2025
09b3bfe
Workflow commands example
Roizz-soul Apr 26, 2025
f5d4165
Set env command
Roizz-soul Apr 26, 2025
16e7188
Test Action Context
Roizz-soul Apr 26, 2025
59478cf
Actor contect
Roizz-soul Apr 26, 2025
b42b5db
Jobs workflow
Roizz-soul Apr 26, 2025
9529732
Custom actions
Roizz-soul Apr 26, 2025
011dcde
Check again
Roizz-soul Apr 26, 2025
89848c9
chech
Roizz-soul Apr 26, 2025
1892ac8
check again
Roizz-soul Apr 26, 2025
03df62b
Check 2
Roizz-soul Apr 26, 2025
144bbc6
lets see
Roizz-soul Apr 28, 2025
ac1c592
Again
Roizz-soul Apr 28, 2025
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
27 changes: 13 additions & 14 deletions .github/workflows/custom-action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
on: [push]

jobs:
my-job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Hello world action step
id: hello
uses: omenking/barsoom@0.0.6
with:
name: 'Brown'
# Use the output from the `hello` step
- name: Get the Output
on: [push]

jobs:
my_job:
runs-on: ubuntu-latest
name: A job for hello
steps:
- name: Hello World action steps try
id: hello
uses: Roizz-soul/barsoom@0.04
with:
name: 'Brown'
- name: Get the output
run: echo "The time was ${{ steps.hello.outputs.greeting }}"
3 changes: 2 additions & 1 deletion github-actions/Readme.me
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ curl -X POST \
-H "Authorization: token {PAT} \
-d '{"event_type": "webhook", "client_payload": {"key": "value"} }' \
https://api.github.com/repos/{owner}/{repo}/dispatches
```
```
Check
1 change: 1 addition & 0 deletions github-actions/data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SGVsbG8gTWFycw==