Skip to content

Running a bash script #26403

Answered by airtower-luna
sigfrid asked this question in Actions
Nov 4, 2020 · 6 comments · 7 replies
Discussion options

You must be logged in to vote

With that setup the path to the script is relative to the root of your repository, so if your script is .github/script.sh that’s all that’s needed in the run step. Remember that the file must be marked as executable, or you need to explicitly call bash with the script as parameter.

Replies: 6 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@dwenaus
Comment options

@airtower-luna
Comment options

Answer selected
Comment options

You must be logged in to vote
1 reply
@maximkoretskiy
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@airtower-luna
Comment options

@Curiouspaul1
Comment options

Comment options

You must be logged in to vote
2 replies
@ghonchesefidi
Comment options

@sammcj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment