Skip to content

Commit 6db1ae2

Browse files
authored
Revert "[Issue_330] Enclose the entire expression in GHA expression markers"
1 parent e768861 commit 6db1ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wildfly-pull-request-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
fi
106106
107107
- name: Remote Dispatch to report job complete
108-
if: ${{ ${{ env.TOKEN }} && ${{ always() }} }}
108+
if: ${{ env.TOKEN }} && ${{ always() }}
109109
run: |
110110
STATUS=${{ job.status }}
111111
if [ "${STATUS}" == "success" ]; then

0 commit comments

Comments
 (0)