Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/demo.yaml
  • Loading branch information
maksimu committed Jul 24, 2024
2 parents ea46e50 + bd9cbc3 commit 89fd8e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ jobs:
# GitHub Action: Keeper Demo - Login/field/login > LOGIN2
# GitHub Action: Keeper Demo - Login/field/password > PASSWORD2
# GitHub Action: Keeper Demo - Login/file/image.png > file:/tmp/img.png

# Print variables
- name: Print Step Output Variables
run: |
echo " Login is: ${{ steps.ksecrets.outputs.LOGIN }}"
echo "Password is: ${{ steps.ksecrets.outputs.PASSWORD }}"
- name: Print Environment Variables
run: |
echo "ExampleMultilineText is ${{ env.ExampleMultilineText }}"
- name: Print File Content
run: |
cat /tmp/cmd.txt

0 comments on commit 89fd8e6

Please sign in to comment.