Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazy-max/ghaction-github-runtime
GitHub Action to expose GitHub runtime to the workflow
https://github.com/crazy-max/ghaction-github-runtime
actions github github-actions github-runner runtime
Last synced: 16 days ago
JSON representation
GitHub Action to expose GitHub runtime to the workflow
- Host: GitHub
- URL: https://github.com/crazy-max/ghaction-github-runtime
- Owner: crazy-max
- License: mit
- Created: 2021-01-16T16:16:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T14:53:42.000Z (about 1 month ago)
- Last Synced: 2024-10-18T07:31:46.964Z (28 days ago)
- Topics: actions, github, github-actions, github-runner, runtime
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/github-runtime
- Size: 3.37 MB
- Stars: 60
- Watchers: 6
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-github-runtime.svg?style=flat-square)](https://github.com/crazy-max/ghaction-github-runtime/releases/latest)
[![GitHub marketplace](https://img.shields.io/badge/marketplace-github--runtime-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/github-runtime)
[![CI workflow](https://img.shields.io/github/actions/workflow/status/crazy-max/ghaction-github-runtime/ci.yml?branch=master&label=ci&logo=github&style=flat-square)](https://github.com/crazy-max/ghaction-github-runtime/actions?workflow=test)
[![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max)
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)## About
GitHub Action to expose GitHub runtime to the workflow
___
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)## Usage
```yaml
name: buildon:
push:jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
-
name: Env
run: |
# ACTIONS_RUNTIME_TOKEN, ACTIONS_RUNTIME_URL should be exposed
env|sort
```## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star
the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
journey continues indefinitely!Thanks again for your support, it is much appreciated! :pray:
## License
MIT. See `LICENSE` for more details.