We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58e6d2 commit cc36776Copy full SHA for cc36776
.github/workflows/machine_images.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
27
- name: Set packer variables (repository_dispatch)
28
- if: github.event_name == 'repository_dispatch' && github.event.client_payload.release_channel == 'stable'
+ if: github.event_name == 'repository_dispatch'
29
run: |
30
echo "PKR_VAR_coder_version=${{ github.event.client_payload.coder_version }}" >> "$GITHUB_ENV"
31
echo "PKR_VAR_append_version=${{ github.event.client_payload.append_version }}" >> "$GITHUB_ENV"
0 commit comments