Skip to content

Commit

Permalink
Fix CI Outputs (#155)
Browse files Browse the repository at this point in the history
* Fix setting CI outputs

* Temporarily run publish action on pr to test

* Revert "Temporarily run publish action on pr to test"

This reverts commit 3a222c2 as testing was successful.

* Update action versions
  • Loading branch information
harryttd authored Aug 24, 2023
1 parent 31a8806 commit 625a829
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8 #install the python needed
python-version: 3.8 # install the python version needed
- name: install pip pkgs
run: |
pip install PyYAML jinja2
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
pulumi-command:
required: true
type: string
outputs:
networks:
description: "Pulumi networks output"
value: ${{ jobs.pulumi.outputs.networks }}
teztnets:
description: "Pulumi teztnets output"
value: ${{ jobs.pulumi.outputs.teztnets }}

jobs:
pulumi:
Expand Down

0 comments on commit 625a829

Please sign in to comment.