Skip to content

Update first.yml

Update first.yml #3

Workflow file for this run

name: my first
on:
push:
branches:
- main
workflow_dispatch:
jobs:
FirstJob:
runs-on: ubuntu-latest
steps:
- run: echo "Du Ma"
- name: List files in repository
uses: actions/[email protected]
- run: |
echo "The repository ${{ github.repository }} contains the following files:"
tree