Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
!@#$^%^&*()
  • Loading branch information
brahmkshatriya authored Aug 16, 2024
1 parent f495196 commit 338aeff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
env:
VERSION: $( echo ${{ github.event.head_commit.id }} | cut -c1-7 )
SED: "s/(.*) <.*@.*>/\\1/g;t"
COMMIT: $( sed -E "${{ SED }}" <<< "${{ github.event.head_commit.message }}" | jq -Rsa . | tail -c +2 | head -c -2 )
COMMIT: $( sed -E "s/(.*) <.*@.*>/\\1/g;t" <<< "${{ github.event.head_commit.message }}" | jq -Rsa . | tail -c +2 | head -c -2 )
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 338aeff

Please sign in to comment.