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 36745cf commit 398ff72Copy full SHA for 398ff72
.github/workflows/compare_fails.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
git clone https://github.com/Altinity/actions.git
90
cd actions
91
- git checkout c5751cefd4f56bd7300b5f6d84a5ae9d0b686772
+ git checkout 4623f919ee2738bea69aad405879562476736932
92
python3 scripts/compare_ci_fails.py \
93
--current-ref ${{ inputs.current_ref || github.sha }} \
94
--previous-ref ${{ inputs.previous_ref || steps.default_refs.outputs.PREVIOUS_TAG_COMMIT }} \
0 commit comments