File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 group : ${{ github.workflow }}
4141 steps :
4242 - name : Standard Discovery
43- uses : divnix/std-action/discover@main
43+ uses : divnix/std-action/discover@v0.0.2
4444 id : discovery
4545 build-packages :
4646 needs : discover
5151 name : ${{ matrix.target.cell }} - ${{ matrix.target.name }}
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : divnix/std-action/run@main
54+ - uses : divnix/std-action/run@v0.0.2
5555 with :
5656 extra_nix_config : |
5757 ${{ needs.discover.outputs.nix_conf }}
6969 name : ${{ matrix.target.cell }} - ${{ matrix.target.name }}
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : divnix/std-action/run@main
72+ - uses : divnix/std-action/run@v0.0.2
7373 with :
7474 extra_nix_config : |
7575 ${{ needs.discover.outputs.nix_conf }}
9797 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
9898 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
9999 AWS_DEFAULT_REGION : eu-central-1
100- - uses : divnix/std-action/run@main
100+ - uses : divnix/std-action/run@v0.0.2
101101 with :
102102 extra_nix_config : |
103103 ${{ needs.discover.outputs.nix_conf }}
You can’t perform that action at this time.
0 commit comments