Skip to content
Open
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
32 changes: 17 additions & 15 deletions .github/workflows/motivational-fortune-cookie.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
name: Patience Quotes/Memes for PRs

name: Motivational Quotes
on:
pull_request:
types: [opened]
push:
branches:
- master

jobs:
add-patience-quote:
motivational_quotes:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Add Patience Quote
- name: Get Motivational Quote
id: get_quote
run: |
quotes=(
"Patience is not the ability to wait, but the ability to keep a good attitude while waiting."
"Patience is bitter, but its fruit is sweet."
"The two most powerful warriors are patience and time."
"Patience is the companion of wisdom."
"Patience, persistence, and perspiration make an unbeatable combination for success."
"Success is not final, failure is not fatal: It is the courage to continue that counts. - Winston Churchill"
"Believe you can and you're halfway there. - Theodore Roosevelt"
"The only limit to our realization of tomorrow will be our doubts of today. - Franklin D. Roosevelt"
"Your time is limited, don't waste it living someone else's life. - Steve Jobs"
"The future belongs to those who believe in the beauty of their dreams. - Eleanor Roosevelt"
)
selected_quote=${quotes[$RANDOM % ${#quotes[@]}]}
echo "##[set-output name=quote]${selected_quote}"
echo "Patience Quote: ${selected_quote}" >> $GITHUB_EVENT_PATH
echo "QUOTE=${quotes[$(( RANDOM % ${#quotes[@]} ))]}" >> $GITHUB_ENV

- name: Display Motivational Quote
run: echo "Motivational Quote:${{ env.QUOTE }}"
9 changes: 9 additions & 0 deletions README (2).md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
NAME:Aditya Sarthak

ROLL NO.:220101007

BRANCH:CSE

My name is Aditya Sarthak from CSE department.I come from Patna,Bihar.My hobbies include playing volleyball and cricket.I want to join coding club in order to deepdive in the technical universe and pursue my interests in this field.
I want to contribute to open source because it will help me to meet more like minded people sharing similiar interests as myself and wiuld help me in expanding my knowledge.
Moreover, I am into web development and hence this open source would help me get new templates and ideas for developing more interactive and useful websites.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mmmmmmmmmmmmmm
1 change: 1 addition & 0 deletions read2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ENTER