Skip to content

Commit e19d98b

Browse files
committed
drop: try using the action via non-standard path
1 parent e4fc9a0 commit e19d98b

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_ID"'/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/github-action@v0.4.0
38+
uses: nginxinc/[email protected]
3939
with:
4040
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4141
resource-group-name: $TEST_RESOURCE_GROUP_NAME

0 commit comments

Comments
 (0)