File tree Expand file tree Collapse file tree 2 files changed +8
-263
lines changed Expand file tree Collapse file tree 2 files changed +8
-263
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments