diff --git a/.github/workflows/get_info_on_runner.yml b/.github/workflows/get_info_on_runner.yml new file mode 100644 index 0000000..9e9b3dc --- /dev/null +++ b/.github/workflows/get_info_on_runner.yml @@ -0,0 +1,15 @@ +name: Get info on runner +run-name: Runner info +on: + # needs to be started manually + workflow_dispatch: +jobs: + List-Input-File: + runs-on: ubuntu-latest + steps: + - run: echo "🔶 🔶 🔶 🔶 🔶 🔶 🔶 🔶 🔶" + - run: lscpu + - run: echo "🔶 🔶 🔶 🔶 🔶 🔶 🔶 🔶 🔶" + - run: free -h + - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "🎉 Woohoo! Your action is complete! Have an amazing day and happy coding! 🚀"