diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c321541..0a6eb02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,53 +1,43 @@ -# GitHub Action for generating a contribution graph with a snake eating your contributions. - -name: Generate Snake - -# Controls when the action will run. This action runs every 6 hours. +name: generate animation on: + # run automatically every 24 hours schedule: - # every 6 hours - - cron: "0 */6 * * *" - -# This command allows us to run the Action automatically from the Actions tab. + - cron: "0 */24 * * *" + + # allows to manually run the job at any time workflow_dispatch: + + # run on every push on the master branch + push: + branches: + - master + + -# The sequence of runs in this workflow: jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on + generate: + permissions: + contents: write runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job + timeout-minutes: 5 + steps: - - # Checks repo under $GITHUB_WORKSHOP, so your job can access it - - uses: actions/checkout@v2 - - # Generates the snake - - uses: Platane/snk@master - id: snake-gif + # generates a snake game from a github user () contributions graph, output a svg animation at + - name: generate github-contribution-grid-snake.svg + uses: Platane/snk/svg-only@v3 with: - github_user_name: Scriptez1 - # these next 2 lines generate the files on a branch called "output". This keeps the main branch from cluttering up. - gif_out_path: dist/github-contribution-grid-snake.gif - svg_out_path: dist/github-contribution-grid-snake.svg - - # show the status of the build. Makes it easier for debugging (if there's any issues). - - run: git status - - # Push the changes - - name: Push changes - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: master - force: true - - - uses: crazy-max/ghaction-github-pages@v2.1.3 + github_user_name: ${{ github.repository_owner }} + outputs: | + dist/github-contribution-grid-snake.svg + dist/github-contribution-grid-snake-dark.svg?palette=github-dark + + + # push the content of to a branch + # the content will be available at https://raw.githubusercontent.com//// , or as github page + - name: push github-contribution-grid-snake.svg to the output branch + uses: crazy-max/ghaction-github-pages@v3.1.0 with: - # the output branch we mentioned above target_branch: output build_dir: dist env: diff --git a/README.md b/README.md index f70c871..8ad2c66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@

Hi šŸ‘‹, I'm Scriptez1

-

A passionate frontend developer from Turkey

+

A passionate fullstack developer from Turkey

+
+a +
- šŸ”­ I’m currently working on [RedXFreeSteamInstaller](https://github.com/Scriptez1/RedXFreeSteamInstaller) @@ -7,22 +10,23 @@ - šŸ‘Øā€šŸ’» All of my projects are available at [https://github.com/Scriptez1?tab=repositories](https://github.com/Scriptez1?tab=repositories) -- šŸ“« How to reach me **omeryigitcelepci@gmail.com** -

Connect with me:

dokuman_tv -QW9uXgUHqB +x5XSGGWrMA

Languages and Tools:

arduino aws blender csharp css3 flutter gcp git html5 javascript linux mssql mysql nodejs php python sqlite unity

-

Support:

-

scriptez1



- -

scriptez1

+![](https://komarev.com/ghpvc/?username=Scriptez1&color=red) -

 scriptez1

- -

scriptez1

+

Support:

+

+scriptez1

+ + + + + github-snake +