We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9487581 commit df05cbdCopy full SHA for df05cbd
1 file changed
.github/workflows/build.yml
@@ -80,8 +80,6 @@ jobs:
80
run: |
81
git fetch --unshallow --filter=tree:0
82
git rev-list --count origin/${{ github.ref_name }} ^origin/main
83
- echo $1
84
- echo $(git rev-list --count origin/${{ github.ref_name }} ^origin/main)
85
echo "build-number=$(git rev-list --count origin/${{ github.ref_name }} ^origin/main)" >> GITHUB_OUTPUT
86
- name: ''
87
shell: bash
0 commit comments