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 1fdb8fe commit a6ddf4c
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 @@ -16,7 +16,7 @@ jobs:
run: echo ${{ secrets.DOCKER_USERNAME }}

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

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

0 comments on commit a6ddf4c

Please sign in to comment.