Skip to content

Commit

Permalink
Fix: Update owner to lfit
Browse files Browse the repository at this point in the history
The repository is transferred under lfit therefore
update the examples, docs and caller workflows.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
  • Loading branch information
askb committed Jul 19, 2024
1 parent 23779cb commit c4795e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/call-g2g-composite-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: "Call the askb/github2gerrit composite action"
- name: "Call the lfit/github2gerrit composite action"
id: gerrit-upload
uses: askb/github2gerrit@main
uses: lfit/github2gerrit@main
with:
FETCH_DEPTH: 10
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call-g2g-reusable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 The Linux Foundation <abelur@linux.com>

# Calls the github2gerrit reusable workflow
# Calls the github2gerrit reusable workflow
name: call-github2gerrit-reusable-workflow

# yamllint disable-line rule:truthy
Expand All @@ -25,7 +25,7 @@ jobs:
permissions:
contents: read
pull-requests: write
uses: askb/github2gerrit/.github/workflows/github2gerrit.yaml@main
uses: lfit/github2gerrit/.github/workflows/github2gerrit.yaml@main
with:
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
GERRIT_SSH_USER_G2G: ${{ vars.GERRIT_SSH_USER_G2G }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: "Call the askb/github2gerrit composite action"
- name: "Call the lfit/github2gerrit composite action"
id: gerrit-upload
uses: askb/github2gerrit@main
uses: lfit/github2gerrit@main
with:
FETCH_DEPTH: 10
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
permissions:
contents: read
pull-requests: write
uses: askb/github2gerrit/.github/workflows/github2gerrit.yaml@main
uses: lfit/github2gerrit/.github/workflows/github2gerrit.yaml@main
with:
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
GERRIT_SSH_USER_G2G: ${{ vars.GERRIT_SSH_USER_G2G }}
Expand Down

0 comments on commit c4795e7

Please sign in to comment.