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
- Host: GitHub
- URL: https://github.com/cao7113/hello-github
- Owner: cao7113
- Created: 2024-07-04T07:18:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:19:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T19:09:17.176Z (over 1 year ago)
- Topics: github, hello
- Language: Elixir
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hello Github
[](https://github.com/cao7113/hello-github/actions/workflows/ci.yml)
[](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.