Skip to content

Commit

Permalink
hardcode
Browse files Browse the repository at this point in the history
Signed-off-by: xu yang <[email protected]>
  • Loading branch information
JasonYangShadow committed Apr 19, 2024
1 parent 1350d9e commit 795a2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ runs:
- name: Extract last 24 hours commits info
id: commits
run: |
echo "raw=`git reflog ${{ env.TAG }} --since="24 hours ago"`" >> $GITHUB_OUTPUT
echo "commits=`git log ${{ env.TAG }} --pretty --since="24 hours ago" | jq --raw-input . | jq --slurp . | jq -c .`" >> $GITHUB_OUTPUT
echo "raw=`git reflog origin/issue/1195 --since="24 hours ago"`" >> $GITHUB_OUTPUT
echo "commits=`git log origin/issue/1195 --pretty --since="24 hours ago" | jq --raw-input . | jq --slurp . | jq -c .`" >> $GITHUB_OUTPUT
shell: bash

- name: Whether should continue
Expand Down

0 comments on commit 795a2f6

Please sign in to comment.