Skip to content

Commit

Permalink
Ensuring the correct argument prefix is passed to the run-at-head cro…
Browse files Browse the repository at this point in the history
…n job
  • Loading branch information
stack72 committed Feb 1, 2021
1 parent da73041 commit f31bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
uses: pulumi/[email protected]
- name: Running ci-scripts/run-at-head with ${{ matrix.examples-test-matrix }}
configuration
run: ./ci-scripts/ci/run-at-head ${{ matrix.examples-test-matrix }}
run: ./ci-scripts/ci/run-at-head --${{ matrix.examples-test-matrix }}
- if: matrix.examples-test-matrix == 'no-latest-packages'
run: echo "$HOME/.pulumi/bin" >> $GITHUB_PATH
- run: echo "Currently Pulumi $(pulumi version) is installed"
Expand Down

0 comments on commit f31bcf1

Please sign in to comment.