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: 9 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T14:53:42.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:08:24.199Z (about 1 year ago)
- Topics: actions, github, github-actions, github-runner, runtime
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/github-runtime
- Size: 3.37 MB
- Stars: 63
- 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
[](https://github.com/crazy-max/ghaction-github-runtime/releases/latest)
[](https://github.com/marketplace/actions/github-runtime)
[](https://github.com/crazy-max/ghaction-github-runtime/actions?workflow=test)
[](https://github.com/sponsors/crazy-max)
[](https://www.paypal.me/crazyws)
## About
GitHub Action to expose GitHub runtime to the workflow
___
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)
## Usage
```yaml
name: build
on:
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.