Skip to content

Commit

Permalink
Conf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 11, 2024
1 parent b0b4f8d commit 189400c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
steps:
- name: Check for GITHUB_TOKEN
run: |
if [ -z "${{ secrets.GITHUB_TOKEN }}" ]; then
echo "You must provide a GITHUB_TOKEN secret for this repository."
exit 1
fi
if (-not $Env:GITHUB_TOKEN); then
Write-Host "You must provide a GITHUB_TOKEN secret for this repository."
exit 1
fi

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 189400c

Please sign in to comment.