Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toanppp authored Apr 3, 2024
1 parent 6e23dd2 commit 1b05857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

build:
runs-on: ubuntu-latest
environment: Example
steps:
- uses: actions/checkout@v3

Expand All @@ -27,7 +28,7 @@ jobs:
- name: Secret
env:
FRESHCHAT_URL: ${{ secrets.FRESHCHAT_URL }}
run: |
run:
echo $FRESHCHAT_URL

- name: Test
Expand Down

0 comments on commit 1b05857

Please sign in to comment.