Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into erikj/push_off_main
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Mar 27, 2024
2 parents dbca395 + bc4aeba commit d5d03d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if [[ -z "$BRANCH_NAME" || $BRANCH_NAME =~ ^refs/pull/.* ]]; then
continue
fi
(wget -O - "https://github.com/matrix-org/synapse/archive/$BRANCH_NAME.tar.gz" \
(wget -O - "https://github.com/element-hq/synapse/archive/$BRANCH_NAME.tar.gz" \
| tar -xz --strip-components=1 -C /src/) \
&& echo "Successfully downloaded and extracted $BRANCH_NAME.tar.gz" \
&& break
Expand Down

0 comments on commit d5d03d2

Please sign in to comment.