Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

github actions run shell script

on: 
  push:
name: Job
jobs:          
  build:
    name: Build
    runs-on: ubuntu-18.04
    steps:
      - name: Run shell
        run: |
             echo "Shell commands here"
 
PREVIOUS NEXT
Tagged: #github #actions #run #shell #script
ADD COMMENT
Topic
Name
3+7 =