Skip to content

Commit

Permalink
ci: check variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 17, 2023
1 parent 57b4597 commit 32efbf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
ls -l downloads/
echo $HOME
echo $PWD
echo $$GITHUB_WORKSPACE
echo $GITHUB_WORKSPACE
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
Expand All @@ -97,8 +97,8 @@ jobs:
trust_level: 5


- name: start relay
working-directory: .github/scripts
run: bash ./start_relay.sh
# - name: start relay
# working-directory: .github/scripts
# run: bash ./start_relay.sh


0 comments on commit 32efbf0

Please sign in to comment.