We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3dc8b commit a23163bCopy full SHA for a23163b
.github/workflows/reusable-build-test.yaml
@@ -118,8 +118,14 @@ jobs:
118
echo "MULTISIG_VAULT=${{ secrets.DEVNET_MULTISIG_VAULT }}" >> $GITHUB_ENV
119
fi
120
121
+ - name: Checkout Actions
122
+ uses: actions/checkout@v4
123
+ with:
124
+ repository: Woody4618/solana-github-action-workflow
125
+ path: .github/actions-external
126
+
127
- name: Extract Versions
- uses: ./.github/actions/extract-versions
128
+ uses: ./.github/actions-external/extract-versions
129
130
- name: Setup Environment
131
uses: Woody4618/solana-github-action-workflow/.github/actions/setup@main
0 commit comments