diff --git a/.github/workflows/motivational-fortune-cookie.yml b/.github/workflows/motivational-fortune-cookie.yml index 36d84c2..8d628d6 100644 --- a/.github/workflows/motivational-fortune-cookie.yml +++ b/.github/workflows/motivational-fortune-cookie.yml @@ -1,22 +1,28 @@ -name: Motivational Fortune Cookie - +name: Motivational Quotes on: - issues: - types: [opened] push: - branches: - - main + branches: + - master jobs: - add-fortune-cookie: + motivational_quotes: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - - name: Add Motivational Fortune Cookie + - name: Get Motivational Quote + id: get_quote run: | - echo "::set-output name=message::$(curl -s https://api.quotable.io/random | jq -r '.content')" - echo "The Motivational Fortune Cookie says: $message" >> $GITHUB_EVENT_PATH - echo "::set-output name=message::$message" + quotes=( + "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" + ) + echo "QUOTE=${quotes[$(( RANDOM % ${#quotes[@]} ))]}" >> $GITHUB_ENV + + - name: Display Motivational Quote + run: echo "Motivational Quote:${{ env.QUOTE }}" diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f486bb6..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -error.log -error.txt - diff --git a/README (2).md b/README (2).md new file mode 100644 index 0000000..faaf921 --- /dev/null +++ b/README (2).md @@ -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. diff --git a/README.md b/README.md index 3d81ec4..7efff65 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -I want to contribute to open source because it will help me in developing various skills in the technical field and keep me up to date with various updates coming in the technical world. +mmmmmmmmmmmmmm diff --git a/Sourcecode2.docx b/Sourcecode2.docx deleted file mode 100644 index ac95710..0000000 Binary files a/Sourcecode2.docx and /dev/null differ diff --git a/blank.yml b/blank.yml deleted file mode 100644 index b5c2f5b..0000000 --- a/blank.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: CI - -# Controls when the workflow will run -on: - # Triggers the workflow on push or pull request events but only for the "master" branch - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Rukiye jara sabar kijiye - - # Runs a set of commands using the runners shell - - name: Run a multi-line script - run: | - echo Relax - echo crow Homie. diff --git a/error6.txt b/error6.txt deleted file mode 100644 index e69de29..0000000 diff --git a/error dir/error1.txt b/gits.txt similarity index 100% rename from error dir/error1.txt rename to gits.txt diff --git a/read2.md b/read2.md new file mode 100644 index 0000000..b257e44 --- /dev/null +++ b/read2.md @@ -0,0 +1 @@ +ENTER diff --git a/souce.docx b/souce.docx deleted file mode 100644 index e69de29..0000000 diff --git a/sourceCode.txt b/sourceCode.txt deleted file mode 100644 index caa9fd0..0000000 --- a/sourceCode.txt +++ /dev/null @@ -1,2 +0,0 @@ -This is fake -Change in SourceCode3s \ No newline at end of file