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 c529e1e commit dfdb153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

- name: Get Commit Message
id: commit-message
run: echo "commit-message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT
run: echo "message=$(git log -1 --pretty=%B)" >> $GITHUB_OUTPUT


- name: Run Bash Script
env:
COMMIT_MESSAGE: ${{ steps.commit-message.outputs }}
COMMIT_MESSAGE: ${{ steps.commit-message.outputs.* }}
run: |
echo "$COMMIT_MESSAGE in script"
# run: |
Expand Down

0 comments on commit dfdb153

Please sign in to comment.