Skip to content

Commit 4666076

Browse files
committed
Check out actions repo
1 parent a23163b commit 4666076

File tree

2 files changed

+8
-263
lines changed

2 files changed

+8
-263
lines changed

.github/actions/build/action.yaml

Lines changed: 0 additions & 255 deletions
This file was deleted.

.github/workflows/reusable-build-test.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ jobs:
7979
- name: Checkout repository
8080
uses: actions/checkout@v4
8181

82+
- name: Checkout Actions Repository
83+
uses: actions/checkout@v4
84+
with:
85+
repository: Woody4618/solana-github-action-workflow
86+
path: ./.github/actions-repo # Check out to a specific directory
87+
8288
- name: Check for Anchor.toml
8389
id: check-anchor
8490
run: |
@@ -118,17 +124,11 @@ jobs:
118124
echo "MULTISIG_VAULT=${{ secrets.DEVNET_MULTISIG_VAULT }}" >> $GITHUB_ENV
119125
fi
120126
121-
- name: Checkout Actions
122-
uses: actions/checkout@v4
123-
with:
124-
repository: Woody4618/solana-github-action-workflow
125-
path: .github/actions-external
126-
127127
- name: Extract Versions
128-
uses: ./.github/actions-external/extract-versions
128+
uses: ./.github/actions-repo/.github/actions/extract-versions
129129

130130
- name: Setup Environment
131-
uses: Woody4618/solana-github-action-workflow/.github/actions/setup@main
131+
uses: ./.github/actions-repo/.github/actions/setup
132132

133133
- name: Debug Environment Before Setup
134134
run: |

0 commit comments

Comments
 (0)