From 73c54c30c72173005ebb4c95bcfb1a7c1cf6fcbd Mon Sep 17 00:00:00 2001 From: Marcin Bruzda <94437843+mbruzda-splunk@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:16:30 +0200 Subject: [PATCH] fix: make release 3.0.1 (#15) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61fb97b..6fd6bc0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: # ... - - uses: splunk/appinspect-api-action@v3 + - uses: splunk/appinspect-api-action@v3.0 with: username: ${{ secrets.SPL_COM_USER }} password: ${{ secrets.SPL_COM_PASSWORD }}