Skip to content

Commit a8b544d

Browse files
committed
Add stub action for marketplace
1 parent 5044dca commit a8b544d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Dev Proxy
2+
description: Actions for using Dev Proxy in GitHub Actions workflows
3+
author: Dev Proxy
4+
runs:
5+
using: composite
6+
steps:
7+
- name: Stub
8+
run: |
9+
echo 'This is a stub. Read [the documentation](https://aka.ms/devproxy) instead.'
10+
exit 1
11+
shell: bash

0 commit comments

Comments
 (0)