Skip to content

Commit 9712964

Browse files
authored
Initial version
1 parent 6cf2adf commit 9712964

15 files changed

+28553
-95
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
lib

action.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: GitHub instance URL resovler
2+
description: A GitHub Action that can resolve the URLs for services on an instance
3+
4+
branding:
5+
icon: feather
6+
color: white
7+
8+
inputs:
9+
github_base_url:
10+
description: The base URL for the GitHub instance.
11+
type: string
12+
default: ${{ env.GITHUB_SERVER_URL }}
13+
14+
runs:
15+
using: node20
16+
main: dist/index.js

0 commit comments

Comments
 (0)