We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beab4cf commit cfbd5e7Copy full SHA for cfbd5e7
.github/workflows/sarthi.yml
@@ -16,9 +16,8 @@ jobs:
16
uses: actions/checkout@v2
17
18
- name: Set up Sarthi
19
- uses: tushar5526/sarthi-deploy@main
+ uses: tushar5526/sarthi-deploy@tushar5526-patch-1
20
with:
21
compose_file: docker-compose.yaml # override this with the compose file name
22
sarthi_server_url: ${{ secrets.SARTHI_SERVER_URL }}
23
sarthi_secret: ${{ secrets.SARTHI_SECRET }} # Secret text generate while setting up the server
24
- repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments