Skip to content

Commit f7b42df

Browse files
authored
Merge pull request #3 from nginxinc/bangbingsyb/fix-execute-mode
Fix shell script execute mode permission and sample workflow
2 parents ff16658 + a961d61 commit f7b42df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3838
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
3939
nginx-deployment-name: ${{ secrets.NGINX_DEPLOYMENT_NAME }}
40-
nginx-config-file-path: ${{ secrets.NGINX_CONFIG_FILE }}
40+
nginx-config-relative-file-path: ${{ secrets.NGINX_CONFIG_FILE }}
4141
```
4242
4343
### Sample workflow that authenticates with Azure using OIDC
@@ -77,5 +77,5 @@ jobs:
7777
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
7878
resource-group-name: ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
7979
nginx-deployment-name: ${{ secrets.NGINX_DEPLOYMENT_NAME }}
80-
nginx-config-file-path: ${{ secrets.NGINX_CONFIG_FILE }}
80+
nginx-config-relative-file-path: ${{ secrets.NGINX_CONFIG_FILE }}
8181
```

src/deploy-config.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)