Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Pro 150/action diff (#69)
Browse files Browse the repository at this point in the history
* Remove outdated action

* Remove explicit origin from baseHead

* Remove console log

* Try using format /:

* Cleanup

* Add debug statement

* Experiment

* Try retrieving diff url

* Test

* Add GITHUB_TOKEN to end

* Use diff from github api

* Rebuild

* Attempt to trigger review action

* Update apps/web/pages/blog/first-post.mdx

Co-authored-by: floe-app[bot] <140294159+floe-app[bot]@users.noreply.github.com>

* Update apps/web/pages/blog/first-post.mdx

Co-authored-by: floe-app[bot] <140294159+floe-app[bot]@users.noreply.github.com>

* Uninstall unused packages

---------

Co-authored-by: floe-app[bot] <140294159+floe-app[bot]@users.noreply.github.com>
  • Loading branch information
NicHaley and floe-app[bot] authored Jan 15, 2024
1 parent 5ab0d92 commit b61224a
Show file tree
Hide file tree
Showing 59 changed files with 151 additions and 49,080 deletions.
1 change: 1 addition & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
env:
FLOE_API_WORKSPACE: ${{ secrets.FLOE_API_WORKSPACE }}
FLOE_API_SECRET: ${{ secrets.FLOE_API_SECRET }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions act/event.pull_request.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"name": "floe"
},
"pull_request": {
"number": 55,
"number": 69,
"head": {
"sha": "e5dd014ab64578ce21d72034ae9ee4dc89fc1a6c"
"sha": "0532e0ad946a3e1db4ae5f2c94d4c00afff01870"
}
}
}
Loading

2 comments on commit b61224a

@vercel
Copy link

@vercel vercel bot commented on b61224a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

floe-app – ./apps/app

www.app.floe.dev
floe-app.vercel.app
floe-app-git-main-floe-dev.vercel.app
app.floe.dev
floe-app-floe-dev.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b61224a Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

floe-api – ./apps/api

floe-api.vercel.app
floe-api-floe-dev.vercel.app
www.api.floe.dev
floe-api-git-main-floe-dev.vercel.app
api.floe.dev

Please sign in to comment.