You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/yetus-general-check.yml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,17 @@ jobs:
107
107
"whoami && pwd && ls -la ${{ secrets.NIGHTLIES_RSYNC_PATH }} && ls -la ${{ secrets.NIGHTLIES_RSYNC_PATH }}/hbase 2>/dev/null || echo 'hbase dir does not exist'"
108
108
ssh-agent -k
109
109
110
+
- name: Hide Old Comments
111
+
if: always()
112
+
run: |
113
+
# github-actions[bot] has a known user ID: 41898282
0 commit comments