There was an error while loading. Please reload this page.
1 parent 4a3c776 commit 2f2df8eCopy full SHA for 2f2df8e
1 file changed
.github/workflows/ci.yml
@@ -62,9 +62,22 @@ jobs:
62
# aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
63
# aws_region: ${{ secrets.AWS_REGION }}
64
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
78
- name: Compose framework filename
79
id: compose-framework-filename
- uses: openDAQ/actions/framework-compose-filename@action-framework-compose-filename
80
+ uses: ./actions-temp/framework-compose-filename@action-framework-compose-filename
81
with:
82
platform: ${{ matrix.platform-alias }}
83
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments