Skip to content

Commit 2f2df8e

Browse files
committed
Check actions repository availability
1 parent 4a3c776 commit 2f2df8e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,22 @@ jobs:
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 }}

0 commit comments

Comments
 (0)