Skip to content

Update print.yml

Update print.yml #4

Workflow file for this run

name: Print
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: Test
steps:
- name: "Echo in file"
env:
SECRETS_VARS: ${{ secrets.senha }}
run: echo -n "${SECRETS_VARS}" | xxd -ps