Skip to content

Commit f0c6558

Browse files
authored
Merge pull request #332 from wildfly-extras/revert-331-Issue_330
Revert "[Issue_330] Enclose the entire expression in GHA expression markers"
2 parents e768861 + 6db1ae2 commit f0c6558

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)