Compare commits
9 Commits
update-pul
...
blampe/jso
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29431eefde | ||
|
|
1d7d3b447f | ||
|
|
f384829abb | ||
|
|
3b76f3d5e5 | ||
|
|
436e66e4a9 | ||
|
|
30192b76c7 | ||
|
|
52f62c4608 | ||
|
|
3bca7cb8c7 | ||
|
|
3a50555d36 |
@@ -38,3 +38,5 @@ jobs:
|
|||||||
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
loglevel: DEBUG
|
loglevel: DEBUG
|
||||||
|
# Set dry-run to true to not perform label or close actions.
|
||||||
|
dry-run: true
|
||||||
|
|||||||
11
.github/workflows/run-acceptance-tests.yml
vendored
11
.github/workflows/run-acceptance-tests.yml
vendored
@@ -71,6 +71,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: prerequisites
|
name: prerequisites
|
||||||
steps:
|
steps:
|
||||||
|
- name: fromJSON operates on outputs
|
||||||
|
id: setup
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo 'JSON={"FOO": "BAR", "FOO": "BAZ"}' >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- name: Testing duplicate JSON key behavior
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "${{ toJSON(fromJSON(steps.setup.outputs.JSON)) }}"
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -14,3 +14,6 @@ java = 'corretto-11'
|
|||||||
pulumi = 'latest'
|
pulumi = 'latest'
|
||||||
"go:github.com/pulumi/pulumictl/cmd/pulumictl" = 'latest'
|
"go:github.com/pulumi/pulumictl/cmd/pulumictl" = 'latest'
|
||||||
gradle = '7.6'
|
gradle = '7.6'
|
||||||
|
|
||||||
|
[settings]
|
||||||
|
experimental = true # Required for Go binaries (e.g. pulumictl).
|
||||||
|
|||||||
Reference in New Issue
Block a user