Skip to content

Commit

Permalink
Update auto-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jan 21, 2025
1 parent 6511508 commit d6d3aa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/auto-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
run: |
### Building nightly...
echo "${{ github.sha }}"
git log -n 1 --pretty='format:%H' HEAD
git log -n 1 --pretty='format:%H' main
git log -n 1 --pretty='format:%H'
git log -n 1 --pretty='format:%H' 'origin/main' && echo ''
git log -n 1 --pretty='format:%H' 'origin/HEAD'
BUILD_TYPE='oss' '${{ github.workspace }}/build.sh'
- name: "ZIP info"
run: |
Expand Down

0 comments on commit d6d3aa5

Please sign in to comment.