| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusename: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions π on: [push] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - run: echo "π The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "π§ This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "π The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code uses: actions/checkout@v3 - run: echo "π‘ The ${{ github.repository }} repository has been cloned to the runner." - run: echo "π₯οΈ The workflow is now ready to test your code on the runner." - name: List files in the repository run: | ls ${{ github.workspace }} - run: echo "π This job's status is ${{ job.status }}."
Forked from actions/hello-world-javascript-action
A template to demonstrate how to build a JavaScript action.
JavaScript 1
Forked from actions/toolkit
The GitHub ToolKit for developing GitHub Actions.
TypeScript 2
Forked from community/community
Public feedback discussions for: GitHub Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more!
Forked from ringcentral/slate
Beautiful static documentation for your API
SCSS 2
https://developers.facebook.com/docs/app-review-mokenaoctaslate
SCSS 2
| Back | FazBrowse Home | New Git URL |