name: My Actions
run-name: Setting up Actions🚀
on: [push]
jobs:
    Explore:
      runs-on: ubuntu-latest
      steps:
        - run: "echo '🥳 the job is running!'"