Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Fix branch delete job #5

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/autoblocks-replays-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

- name: Delete Autoblocks replay branches for the deleted branch
run: |
git branch -r --list 'origin/autoblocks-replays/${{ github.event.ref }}/*' | xargs git push origin --delete
git branch -r --list 'autoblocks-replays/${{ github.event.ref }}/*' | xargs git push origin --delete
2 changes: 1 addition & 1 deletion .github/workflows/autoblocks-replays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' http://localhost:5000/health)" != "200" ]]; do sleep 1; done

- name: Run Autoblocks replays
uses: autoblocksai/actions/replay@property-filter
uses: autoblocksai/actions/replay@main
with:
# Replay entrypoint settings
replay-method: POST
Expand Down