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 5a22b70 commit 25c7080
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pulumi_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ jobs:
run: |
TEST_INPUT="${{ inputs.TEST_INPUT }}"
echo "::add-mask::$TEST_INPUT"
echo "TEST_INPUT=$TEST_INPUT" >> $GITHUB_ENV
echo TEST_INPUT=$TEST_INPUT >> $GITHUB_ENV
echo $TEST_INPUT
env:
# secrets are masked by default
TEST_INPUT: ${{secrets.TEST_INPUT}}

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

0 comments on commit 25c7080

Please sign in to comment.