File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 6262 # aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6363 # aws_region: ${{ secrets.AWS_REGION }}
6464
65+ - name : Actions temp
66+ shell : bash
67+ run : |
68+ mkdir actions-temp
69+
70+ - name : Checkout actions
71+ uses : actions/checkout@v4
72+ wuth :
73+ repo : openDAQ/actions
74+ ref : action-framework-compose-filename
75+ path : ./actions-temp
76+ token : ${{ secrets.GITHUB_TOKEN }}
77+
6578 - name : Compose framework filename
6679 id : compose-framework-filename
67- uses : openDAQ /actions/framework-compose-filename@action-framework-compose-filename
80+ uses : . /actions-temp /framework-compose-filename@action-framework-compose-filename
6881 with :
6982 platform : ${{ matrix.platform-alias }}
7083 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments