Skip to content

Update README.md

Update README.md #4

name: Upload New POAM
on:
push:
workflow_dispatch:
jobs:

Check failure on line 7 in .github/workflows/upload-to-google-drive.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload-to-google-drive.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
uses: AnshPrakash/[email protected]
with:
client_id: ${{ secrets.CLIENT_ID }}
client_secret: ${{ secrets.CLIENT_SECRET }}
refresh_token: ${{ secrets.REFRESH_TOKEN }}
file-to-upload: 'file.txt'
upload-folder: 'some-folder-on-google-drive'
build:
runs-on: ubuntu-latest
steps:
- name: Get Time
id: time
uses: nanzm/get-time-action@master
with:
timeZone: UTC+8
format: 'YYYY-MM-DD-HH-mm-ss'
- name: Usage
env:
TIME: "${{ steps.time.outputs.time }}"
run: |
echo $TIME