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 e9e1dd5 commit 3754c44
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
- name: Run Bash Script
env:
COMMIT_MESSAGE: ${{ steps.commit-message.outputs.message }}
REPO_NAME: ${{ github.repository }}
run: |
echo "Current commit message: $COMMIT_MESSAGE"
chmod +x ./release-tracker.sh
./release-tracker.sh
# run: |
# chmod +x ./path/to/your-script.sh
# ./path/to/your-script.sh "$COMMIT_MESSAGE"
echo "Repo Name: $REPO_NAME"
# chmod +x ./release-tracker.sh
# ./release-tracker.sh

0 comments on commit 3754c44

Please sign in to comment.