Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Boz committed Jan 14, 2024
1 parent c7c333f commit 15d347d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
if: "needs.check.outputs.status == 'deploy' && !contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.ACTION_BOT_SECRET_KEY }}
# with:
# ssh-key: ${{ secrets.ACTION_BOT_SECRET_KEY }}

- name: Set up java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ Use this in github action :
run: |
import os
for q in (os.getenv("MY_VAL")):
print(q)
print(q)
shell: python
```

0 comments on commit 15d347d

Please sign in to comment.