mirror of
https://github.com/stamepicmorg/info.git
synced 2025-01-12 14:48:19 +03:00
Compare commits
4 Commits
b17b965031
...
10dd247eab
Author | SHA1 | Date | |
---|---|---|---|
10dd247eab | |||
862393a99b | |||
65e0f33777 | |||
0b44c4cfc3 |
40
.github/workflows/snake.yml
vendored
Normal file
40
.github/workflows/snake.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
name: generate animation
|
||||||
|
|
||||||
|
on:
|
||||||
|
# run automatically every 6 hours
|
||||||
|
schedule:
|
||||||
|
- cron: "0 */8 * * *"
|
||||||
|
|
||||||
|
# allows to manually run the job at any time
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
# run on every push on the master branch
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
generate:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 10
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# generates a snake game from a github user (<github_user_name>) contributions graph, output a svg animation at <svg_out_path>
|
||||||
|
- name: generate github-contribution-grid-snake.svg
|
||||||
|
uses: Platane/snk/svg-only@v2
|
||||||
|
with:
|
||||||
|
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 <build_dir> to a branch
|
||||||
|
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page
|
||||||
|
- name: push github-contribution-grid-snake.svg to the output branch
|
||||||
|
uses: crazy-max/ghaction-github-pages@v2.6.0
|
||||||
|
with:
|
||||||
|
target_branch: output
|
||||||
|
build_dir: dist
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
19
README.md
19
README.md
@ -1,10 +1,23 @@
|
|||||||
# My projects :zap:
|
<h1 align="center">Hi there 👋 and Welcome to my page</a></h1>
|
||||||
|
<p align="center"><img src="https://readme-typing-svg.herokuapp.com?lines=TechLead+%E2%80%A2+DevOps+%E2%80%A2+SysAdmin" /> </p>
|
||||||
|
<p align="center"><img src="https://raw.githubusercontent.com/stamepicmorg/info/output/github-contribution-grid-snake.svg" /></p>
|
||||||
|
<p align="center"><img src="https://readme-typing-svg.herokuapp.com?duration=2500&lines=Docker%2C+Linux;TeamCity%2C+Gitlab%2C+Jenkins;+ESXI%2C+vSphere;Zabbix%2C+Grafana%2C+ELK;Jira%2C+Confluence%2C+BitBucket;Testrail%2C+Redmine%2C+TestLink;Perforce%2C+Git;Nginx%2C+Apache2;Ansible%2C+Salt" /> </p>
|
||||||
|
|
||||||
|
<p align="right"><img src="https://github-readme-stats.vercel.app/api?username=stamepicmorg&count_private=true&show_icons=true&include_all_commits=true&theme=radical" /> </p>
|
||||||
|
|
||||||
|
|
||||||
|
# List of my pet projects :zap:
|
||||||
|
### :shipit: Most popular
|
||||||
|
|
||||||
|
|
||||||
|
[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=epicmorg&repo=docker-scripts&theme=radical&show_owner=true)](https://github.com/epicmorg/docker-scripts) [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=epicmorg&repo=atlassian-downloader&theme=radical&show_owner=true)](https://github.com/epicmorg/atlassian-downloader) [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=epicmorg&repo=UniversalValveToolbox&theme=radical&show_owner=true)](https://github.com/epicmorg/UniversalValveToolbox) [![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=epicmorg&repo=SourceSDK.ENV.Editor&theme=radical&show_owner=true)](https://github.com/epicmorg/SourceSDK.ENV.Editor)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:shipit: C#
|
:shipit: C#
|
||||||
------------ |
|
------------ |
|
||||||
:heart: https://github.com/EpicMorg/docker-scripts
|
|
||||||
:heart: https://github.com/EpicMorg/SteamPathsLib
|
:heart: https://github.com/EpicMorg/SteamPathsLib
|
||||||
:heart: https://github.com/EpicMorg/UniversalValveToolbox
|
|
||||||
:thumbsup: https://github.com/EpicMorg/SteamCMD_reUI
|
:thumbsup: https://github.com/EpicMorg/SteamCMD_reUI
|
||||||
:thumbsup: https://github.com/EpicMorg/Gamer-Lab_SDK_Launcher
|
:thumbsup: https://github.com/EpicMorg/Gamer-Lab_SDK_Launcher
|
||||||
:thumbsup: https://github.com/EpicMorg/Easy-ADB-Screenshoter
|
:thumbsup: https://github.com/EpicMorg/Easy-ADB-Screenshoter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user