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

https://github.com/cao7113/hello-github

Hello github
https://github.com/cao7113/hello-github

github hello

Last synced: 2 months ago
JSON representation

Hello github

Awesome Lists containing this project

README

          

# Hello Github

[![CI](https://github.com/cao7113/hello-github/actions/workflows/ci.yml/badge.svg)](https://github.com/cao7113/hello-github/actions/workflows/ci.yml)
[![Release](https://github.com/cao7113/hello-github/actions/workflows/release.yml/badge.svg)](https://github.com/cao7113/hello-github/actions/workflows/release.yml)

Learn Github playground.

## [Github Actions](https://github.com/actions/)

- https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions
- https://github.com/softprops/action-gh-release
- [Run your GitHub Actions locally 🚀](https://github.com/nektos/act)

## Enable debug logging

https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging

```
ACTIONS_RUNNER_DEBUG=true
ACTIONS_STEP_DEBUG=true
```

## See Also

- [hello-api-elixir](https://github.com/cao7113/hello-api-elixir)

## Note about mix.exs and elixir releated files.

Mainly use `git_ops.*` tasks, not important in this project.