We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faaad9 commit 79c8d14Copy full SHA for 79c8d14
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: TEST PR RUN CHECK
34
shell: bash
35
run: |
36
- echo "$(($TRIGGER))"
+ echo "$TRIGGER"
37
# - name: Build & Push
38
# env:
39
# DOTNET_CLI_TELEMTRY_OPTOUT: true
0 commit comments