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 d7408a3 commit 3a784c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Display environment secret variable
run: echo ${{ secrets.DOCKER_USERNAME }}

- name: Display environment secret variable
run: echo ${{ secrets.TEST }}

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

Expand Down

0 comments on commit 3a784c9

Please sign in to comment.