An open API service indexing awesome lists of open source software.

https://github.com/natthasath/github-actions

GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.
https://github.com/natthasath/github-actions

actions workflow

Last synced: 9 months ago
JSON representation

GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.

Awesome Lists containing this project

README

          

# 🎉 Github Actions

GitHub Actions: Automate your workflow! Build, test, and deploy code directly from your GitHub repository. Effortless CI/CD for developers.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🚀 Setup

![permission](./img/permission.png)

> [WEATHER_API_KEY](https://www.weatherapi.com/) in Your repo > settings > Secrets and variables > Actions > New repository secret

### ✅ Blog Post `blog-post.yaml` with schedule every day: [source](https://github.com/gautamkrishnar/blog-post-workflow)

- [Install Passbolt on Docker](https://codeinsane.dev/install-passbolt-on-docker/)
- [Deploy Kubernetes Dashboard to Cluster on Ubuntu 22.04](https://codeinsane.dev/deploy-kubernetes-dashboard-to-cluster/)
- [Install Kubernetes Cluster on Ubuntu 22.04](https://codeinsane.dev/install-kubernetes-cluster-on-ubuntu-22-04/)
- [Fix Backstage Error: Could not Fetch Catalog Entities](https://codeinsane.dev/fix-backstage-error-could-not-fetch/)
- [How to Enable Ransomware Protection on Windows 11](https://codeinsane.dev/how-to-enable-ransomware-protection-on-windows-11/)

### ✅ Setup Poetry `setup-poetry.yaml` with on push: [source](https://github.com/abatilo/actions-poetry)

- Use command generate poetry virtualenv in project

```
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
```

- Show in file `poetry.toml`

```
[virtualenvs]
create = true
in-project = true
```

### ✅ Create Tag `create-tag.yaml` with on push: [source](https://github.com/mathieudutour/github-tag-action)

| Commit Message | Release Type |
|-----------------------------------------------------------------------|---------------|
| fix(pencil): stop graphite breaking when too much pressure applied | Patch Release |
| feat(pencil): add 'graphiteWidth' option | Minor Release |
| perf(pencil): remove graphiteWidth option | Major Release |

### ✅ Update Weather `update-weather.yml` with on push: [source](https://github.com/huantt/weather-forecast)


Date
26/10/202327/10/202328/10/2023


Weather



Condition
Moderate rainPatchy rain possiblePatchy rain possible


Temperature
25.4 - 31.7 °C26.4 - 32.3 °C26.7 - 31.9 °C


Wind
12.2 kph14 kph11.9 kph