File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 runs-on : ubuntu-latest
1515 if : ${{ startsWith(github.ref, 'refs/tags/somleng-skyetel') }}
1616 steps :
17+ - name : Checkout
18+ uses : actions/checkout@v4
19+
1720 - name : Get version from tag
1821 id : get-version
1922 run : |
2023 echo "debug: $GITHUB_REF_NAME"
2124 echo "version=${GITHUB_REF_NAME#somleng-skyetel/}" >> $GITHUB_OUTPUT
2225
23- - name : Checkout
24- uses : actions/checkout@v4
25-
2626 - name : Login to GitHub Container Registry
2727 uses : docker/login-action@v3
2828 with :
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This integration connects [Skyetel](https://skyetel.com/) to [Somleng](https://w
1010
1111## Configuration
1212
13+ Add configuration parameters here.
14+
1315## Usage
1416
1517## Deployment
You can’t perform that action at this time.
0 commit comments