Skip to content

Commit 8f984a5

Browse files
committed
2 parents 3cb0303 + 624c9b7 commit 8f984a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080

8181
- name: Read URL
8282
id: url
83-
uses: komorebitech/read-files-action@v1.5
83+
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
8484
with:
85-
files: '["upload_url.txt"]'
85+
path: upload_url.txt
8686

8787
- name: Upload Release Asset
8888
id: upload-release-asset
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Read URL
148148
id: url
149-
uses: juliangruber/read-file-action@v1
149+
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
150150
with:
151151
path: upload_url.txt
152152

@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Read URL
219219
id: url
220-
uses: juliangruber/read-file-action@v1
220+
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
221221
with:
222222
path: upload_url.txt
223223

0 commit comments

Comments
 (0)