Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Oct 16, 2024
1 parent e188dac commit 6344178
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/transfer_https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ env:
RCLONE_CONFIG_TARGET_SECRET_ACCESS_KEY: ${{ secrets.RCLONE_CONFIG_SOURCE_SECRET_ACCESS_KEY}}

on:
workflow_dispatch:
inputs:
url:
description: "url of the file to transfer"
required: true
pull_request:
workflow_dispatch:
inputs:
url:
description: "url of the file to transfer"
required: true

jobs:
list-bucket-and-copy:
Expand Down

0 comments on commit 6344178

Please sign in to comment.