Day 88 โ Running Shell Scripts in GitHub Actions
Today I explored how to run shell scripts inside GitHub Actions workflows. Instead of writing everything inline in YAML, you can use external scripts (.sh files) for better organization and reusability.
๐น Workflow: Shell Script Execution
name: Shel...
shakirdevops.hashnode.dev2 min read