Created
October 1, 2022 16:03
-
-
Save CreatiCoding/8ad7a335c602519a8e7d4901795a9226 to your computer and use it in GitHub Desktop.
github action 마지막 workflow 자동으로 지우기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setTimeout(() => [...document.querySelectorAll('.timeline-comment-action.btn-link')].pop().click(), 0); | |
setTimeout(() => [...document.querySelectorAll('.details-overlay.details-overlay-dark.details-reset > summary')].pop().click(), 500); | |
setTimeout(() => document.querySelector('.btn-danger.btn.btn-block').click(), 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment