Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 27, 2024
1 parent d9c305e commit 80b1b46
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pulumi_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ jobs:
CONTAINER_MEMORY: "512"
CONTAINER_PORT: "80"

TEST_INPUT: ${{secrets[github.event.inputs.test_input]}}

steps:
- uses: actions/checkout@v2
# - uses: actions/checkout@v2

# - name: Mask secret vars
# run: echo "::add-mask::${{ inputs.test_input }}"
- name: Mask secret vars
run: echo "::add-mask::${{ inputs.test_input }}"

- name: Print secret vars
run: echo -n "$TEST_INPUT" | wc -c
run: echo ${{ inputs.test_input }}


# - uses: actions/setup-python@v2
Expand Down

0 comments on commit 80b1b46

Please sign in to comment.