Skip to content

Commit 069c695

Browse files
authored
Persist creds to a separate file (#2286)
1 parent ff7abcd commit 069c695

File tree

8 files changed

+1059
-148
lines changed

8 files changed

+1059
-148
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,15 @@ jobs:
302302
# Clone this repo
303303
- name: Checkout
304304
uses: actions/[email protected]
305+
with:
306+
path: actions-checkout
305307

306308
# Basic checkout using git
307309
- name: Checkout basic
308310
id: checkout
309-
uses: ./
311+
uses: ./actions-checkout
310312
with:
313+
path: cloned-using-local-action
311314
ref: test-data/v2/basic
312315

313316
# Verify output
@@ -325,7 +328,3 @@ jobs:
325328
echo "Expected commit to be 82f71901cf8c021332310dcc8cdba84c4193ff5d"
326329
exit 1
327330
fi
328-
329-
# needed to make checkout post cleanup succeed
330-
- name: Fix Checkout
331-
uses: actions/[email protected]

0 commit comments

Comments
 (0)