Skip to content

scaroline5 is learning GitHub Actions #3

scaroline5 is learning GitHub Actions

scaroline5 is learning GitHub Actions #3

Workflow file for this run

name: my-first-github-action
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
info:
runs-on: ubuntu-latest
steps:
- run: uname -a
- run: id
- run: env