Skip to content

Commit

Permalink
ci: update conditional syntax in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
takumin committed Dec 25, 2024
1 parent 5b7f1e5 commit 937fbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/count-pkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "count=$n" >> "$GITHUB_OUTPUT"
id: mise
- run: gh issue comment "$NUMBER" --body "$BODY"
if: github.repository == "aquaproj/aqua-registry"
if: github.repository == 'aquaproj/aqua-registry'
env:
NUMBER: "19792"
BODY: |
Expand Down

0 comments on commit 937fbfb

Please sign in to comment.