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 a092053 commit f6bed52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
environment:
- name: test
name: test

steps:
- name: Set environment secret to env variable
run: |
export TESTIKO="${{ secrets.TESTIKO }}"
export GG="${{ secrets.GG }}"
- name: Display environment secret variable
run: echo "TESTIKO value is $TESTIKO"
run: echo "GG value is $GG"

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

0 comments on commit f6bed52

Please sign in to comment.