We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0ead1 commit d0bc499Copy full SHA for d0bc499
1 file changed
.github/workflows/dropbox-publish-artifact.yml
@@ -25,6 +25,10 @@ on:
25
required: false
26
type: string
27
default: "ubuntu-latest"
28
+ environment:
29
+ description: "Environment to use"
30
+ required: false
31
+ type: string
32
secrets:
33
dropbox-token:
34
description: "Dropbox access token"
@@ -35,6 +39,7 @@ jobs:
35
39
name: Dropbox - Publish
36
40
runs-on: [ "${{ inputs.runs-on }}" ]
37
41
concurrency: dropbox-${{ inputs.target }}
42
+ environment: ${{ inputs.environment }}
38
43
steps:
44
- uses: actions/download-artifact@v5.0.0
45
name: Download artifact
0 commit comments