Skip to content

Commit

Permalink
feat: commit2
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsons committed Aug 27, 2024
1 parent 5b548f3 commit 88e5fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-change-to-discord-webhook-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
const commitMessageHeaders = commitMessage.split('\n')[0];
console.log(commitMessageHeaders);
console.log('context: ', context)
core.exportVariable('commitMessageHeaders', commitMessageHeaders );
core.exportVariable('commitMessageHeaders', commitMessageHeaders);
- name: build-discord-webhook-payload
id: build-discord-webhook-payload
uses: actions/github-script@v7
Expand Down

0 comments on commit 88e5fda

Please sign in to comment.