Skip to content

Update github-actions-demo.yml #1

Update github-actions-demo.yml

Update github-actions-demo.yml #1

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions
jobs:

Check failure on line 4 in .github/workflows/github-actions-demo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/github-actions-demo.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
Explore-GitHub-Actions:
runs-on:
ubuntu-latest steps:
- name: update
run: apt update&&apt upgrade -y
- name: Check out repository code
uses: actions/checkout@v4