We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d267d commit 5ed169eCopy full SHA for 5ed169e
action.yml
@@ -13,5 +13,10 @@ inputs:
13
runs:
14
using: 'composite'
15
steps:
16
- - run: ./extract-expose-version.sh
+ - name: Set executable permission for the script
17
+ run: chmod +x $GITHUB_WORKSPACE/extract-expose-version.sh
18
+ shell: bash
19
+
20
+ - name: Run the script
21
+ run: $GITHUB_WORKSPACE/extract-expose-version.sh
22
shell: bash
0 commit comments