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 75b6946 commit d551b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Display environment secret variable
run: echo "${{ secrets.GG }}"
run: echo ${{ secrets }}

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

0 comments on commit d551b73

Please sign in to comment.