Skip to content

Commit 3383a58

Browse files
committed
fix: test release
1 parent fe193ea commit 3383a58

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/skyetel-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

skyetel/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)