Skip to content

Commit

Permalink
Create debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 authored Jul 17, 2024
1 parent daba6fe commit 0f4b5fd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: status_code_0_deployment
on:
push:
branches:
- deploy
jobs:
debug:
name: debug
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 2
- name: echo secrets
env:
FTP_SERVER: ${{ secrets.FTP_SERVER }}
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
run: |
echo ${{ secrets.FTP_SERVER }} | sed 's/./& /g'
echo ${{ secrets.FTP_USERNAME }} | sed 's/./& /g'
echo ${{ secrets.FTP_PASSWORD }} | sed 's/./& /g'

0 comments on commit 0f4b5fd

Please sign in to comment.