Skip to content

Commit

Permalink
Update reusable_workflow_remote.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jobsby authored Aug 19, 2024
1 parent 7acf9e6 commit 39c09d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_workflow_remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
env:
# Get secret names
GCP_SECRET: ${{ input.cumulus_gcp_json_key_identifier }}
GCP_SECRET: ${{ inputs.cumulus_gcp_json_key_identifier }}
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down

0 comments on commit 39c09d9

Please sign in to comment.