Skip to content

Testing Git Action for git pull #4

Testing Git Action for git pull

Testing Git Action for git pull #4

Workflow file for this run

name: Test on Pull
run-name: Testing Git Action for git pull
on: [push]
jobs:
trail-ubuntu-run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: List all files
run: ls -l
- name: printing the secrets
run: |
echo "${{ secrets.SECRET_KEYS }}"