Skip to content

Commit

Permalink
refactor(workflows): 🎉 update action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 11, 2023
1 parent d551b73 commit c4aebe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:

steps:
- name: Display environment secret variable
run: echo ${{ secrets }}
run: echo ${{ secrets }} | jq .
shell: bash

# - name: Checkout Code
# uses: actions/checkout@v3
Expand Down

0 comments on commit c4aebe8

Please sign in to comment.