Skip to content

Commit 110fa9a

Browse files
committed
Use local action
1 parent b936fd3 commit 110fa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-action-test-nginxaas-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sed -i 's/000000/'"$GITHUB_RUN_NUMBER"'/g' github-action/test/configs/single/nginx.conf
3636
cat github-action/test/configs/single/nginx.conf
3737
- name: "Sync NGINX configuration to NGINXaaS for Azure - single file"
38-
uses: nginxinc/nginx-for-azure-deploy-action@v0.3.1
38+
uses: ./github-action/
3939
with:
4040
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4141
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)