Skip to content

Commit 3b0af3a

Browse files
committed
Rename workflow
1 parent 694bdfb commit 3b0af3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: Test Dev Proxy Actions
1+
name: Test Dev Proxy Actions with defaults
22

33
on:
44
workflow_dispatch:
55

66
jobs:
7-
test-install-start:
7+
test-dev-proxy-actions-defaults:
88
name: Test Dev Proxy Actions
99
runs-on: ubuntu-latest
10-
env:
11-
LOG_FILE: devproxy.log
1210
steps:
1311
- name: Checkout
1412
uses: actions/checkout@v4
@@ -37,4 +35,4 @@ jobs:
3735
- name: Show logs
3836
run: |
3937
echo "Dev Proxy logs:"
40-
cat ${{ env.LOG_FILE }}
38+
cat devproxy.log

0 commit comments

Comments
 (0)