02 Copy actions file

To activate a actions file, you need to place it in the .github/workflows and push it to github. We will do this now.

mkdir -p ../.github/workflows
cp ops2devops.yml ../.github/workflows

and commit and push your repo after.