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 319c23b commit e4a52adCopy full SHA for e4a52ad
.github/actions/prepare_workspace/action.yml
@@ -10,13 +10,7 @@ inputs:
10
runs:
11
using: "composite"
12
steps:
13
- # Use local version if changing workspace, otherwise checkout from main
14
- - uses: ./.github/actions/initialize_workspace
15
- if: github.repository == 'SkylabsAI/workspace'
16
- with:
17
- FM_CI_TOKEN: ${{ inputs.FM_CI_TOKEN }}
18
- - uses: SkylabsAI/workspace/.github/actions/initialize_workspace@main
19
- if: github.repository != 'SkylabsAI/workspace'
+ - uses: ./actions/initialize_workspace
20
with:
21
FM_CI_TOKEN: ${{ inputs.FM_CI_TOKEN }}
22
- uses: actions/download-artifact@v5
0 commit comments