Skip to content

Commit

Permalink
👷 action to get info on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
groda authored Oct 20, 2024
1 parent ef214ad commit e118680
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/get_info_on_runner.yml
Original file line number Diff line number Diff line change
@@ -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! 🚀"

0 comments on commit e118680

Please sign in to comment.