Skip to content

Commit 8ec031e

Browse files
author
alianides
committed
fixed composite action reference
1 parent 710d45c commit 8ec031e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/hotsvc-position-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
checks: write
1616
pull-requests: write
1717

18-
uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/test-app@al/test-app
19-
with:
20-
app_name: hostsvc-position
21-
secrets:
22-
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
23-
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
24-
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
18+
- uses: microsoft/azure-orbital-space-sdk-github-actions/composite-actions/test-app@al/test-app
19+
with:
20+
app_name: hostsvc-position
21+
secrets:
22+
GIT_HUB_USER_NAME: ${{ secrets.GIT_HUB_USER_NAME }}
23+
GIT_HUB_USER_TOKEN: ${{ secrets.GIT_HUB_USER_TOKEN }}
24+
SETUP_REPO_URL: ${{ secrets.SETUP_REPO_URL }}
2525

2626
# test-hostsvc-position-arm64:
2727
# runs-on: spacesdk-ubuntu-2204LTS-arm64

0 commit comments

Comments
 (0)