File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ jobs:
32
32
33
33
- uses : actions/checkout@v5
34
34
with :
35
- repository : ${{ github.repository_owner }} /meta
36
- path : ${{ github.repository_owner }} /meta
35
+ repository : charmbracelet /meta
36
+ path : charmbracelet /meta
37
37
token : ${{ secrets.gh_token || secrets.PERSONAL_ACCESS_TOKEN }}
38
38
39
39
- run : |
40
40
mkdir -p "${{ github.repository_owner }}/${{ inputs.repo_name }}/.github/workflows"
41
- cp "${{ github.repository_owner }} /meta/dependabot/workflows/dependabot-sync.yml" "${{ github.repository_owner }}/${{ inputs.repo_name }}/.github/workflows/dependabot-sync.yml"
42
- cp "${{ github.repository_owner }} /meta/dependabot/dependabot.yml" "${{ github.repository_owner }}/${{ inputs.repo_name }}/.github/dependabot.yml"
43
- DEPENDABOT_FILE="${{ github.repository_owner }} /meta/dependabot/dependabot-${{ inputs.repo_name }}.yml"
41
+ cp "charmbracelet /meta/dependabot/workflows/dependabot-sync.yml" "${{ github.repository_owner }}/${{ inputs.repo_name }}/.github/workflows/dependabot-sync.yml"
42
+ cp "charmbracelet /meta/dependabot/dependabot.yml" "${{ github.repository_owner }}/${{ inputs.repo_name }}/.github/dependabot.yml"
43
+ DEPENDABOT_FILE="charmbracelet /meta/dependabot/dependabot-${{ inputs.repo_name }}.yml"
44
44
if [ -f "$DEPENDABOT_FILE" ]; then
45
45
cat "$DEPENDABOT_FILE" >> "${{ github.repository_owner }}/${{ inputs.repo_name }}/.github/dependabot.yml"
46
46
fi
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
path : ${{ github.repository }}
16
16
- uses : actions/checkout@v5
17
17
with :
18
- repository : ${{ github.repository_owner }} /meta
19
- path : ${{ github.repository_owner }} /meta
18
+ repository : charmbracelet /meta
19
+ path : charmbracelet /meta
20
20
- run : |
21
- cp ${{ github.repository_owner }} /meta/golangci.yml ${{ github.repository }}/.golangci.yml
21
+ cp charmbracelet /meta/golangci.yml ${{ github.repository }}/.golangci.yml
22
22
rm -rf ${{ github.repository }}/.golangci-soft.yml
23
23
- name : Create Pull Request
24
24
id : cpr
Original file line number Diff line number Diff line change 42
42
path : ${{ github.repository }}
43
43
- uses : actions/checkout@v5
44
44
with :
45
- repository : ${{ github.repository_owner }} /meta
46
- path : ${{ github.repository_owner }} /meta
45
+ repository : charmbracelet /meta
46
+ path : charmbracelet /meta
47
47
- name : Install Go
48
48
uses : actions/setup-go@v5
49
49
with :
You can’t perform that action at this time.
0 commit comments