Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
quasystaty1 committed May 10, 2024
1 parent 8987205 commit eec951f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Build and publish forkdiff github-pages
permissions:
contents: write
on:
pull_request:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1000 # make sure to fetch the old commit we diff against

Expand All @@ -37,4 +37,4 @@ jobs:
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_email: 41898282+github-actions[bot]@users.noreply.github.com
4 changes: 2 additions & 2 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ base:
fork:
name: astria-geth
url: https://github.com/astriaorg/astria-geth
ref: refs/heads/quasystaty1/forkdiff
ref: refs/heads/main
def:
title: "astria-geth"
description: |
Expand Down Expand Up @@ -92,4 +92,4 @@ ignore:
- "go.mod"
- "fork.yaml"
- ".github/*"
- ".github/workflows/*"
- ".github/workflows/*"

0 comments on commit eec951f

Please sign in to comment.