Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 6, 2023
1 parent 4abc630 commit f1e4b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codegen-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
generate-diffs \
--base-sha ${{ github.event.pull_request.base.sha }} \
$BASE_BRANCH_NAME $HEAD_BRANCH_NAME
echo "codegen-diff-msg<<EOF" >> $GITHUB_OUTPUT
cat ./tmp-codegen-diff/bot-message) >> $GITHUB_OUTPUT
echo "codegen-diff-msg=<<EOF" >> $GITHUB_OUTPUT
cat ./tmp-codegen-diff/bot-message >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
popd
Expand Down

0 comments on commit f1e4b00

Please sign in to comment.