We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ccd16 commit eb19a30Copy full SHA for eb19a30
.github/workflows/build_workflow.yml
@@ -36,9 +36,6 @@ jobs:
36
git config --global --add safe.directory $PWD # ignore ownership problem
37
- name: Checkout
38
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4
39
- - name: check git object
40
- run: |
41
- git show HEAD | cat
42
- name: compile
43
run: |
44
bash ./rebuild.sh
@@ -48,5 +45,4 @@ jobs:
48
45
mv /home/git/binary-com/perl/{bin,lib} .
49
46
git add lib bin
50
47
git commit -m "[ci skip] compile $VERSION"
51
- git log -n 5 | cat
52
git push origin HEAD:$BRANCH
0 commit comments