Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrendon authored Dec 20, 2023
1 parent 017d719 commit 6b70c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ jobs:
id: commit-message
run: echo "message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT


- name: Run Bash Script
env:
COMMIT_MESSAGE: ${{ steps.commit-message.outputs.message }}
run: |
echo "$COMMIT_MESSAGE in script"
chmod +x ./release-tracker.sh
./release-tracker.sh
# run: |
# chmod +x ./path/to/your-script.sh
# ./path/to/your-script.sh "$COMMIT_MESSAGE"

0 comments on commit 6b70c70

Please sign in to comment.