Skip to content

Mosibi is learning GitHub Actions #1

Mosibi is learning GitHub Actions

Mosibi is learning GitHub Actions #1

---
name: environment-test
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
env:
YAML_UPDATED: false
jobs:
envtester:
runs-on: ubuntu-latest
steps:
- name: One
run: echo "YAML_UPDATED is $YAML_UPDATED"
- name: Show envs
run: echo "${{ env }}"