Skip to content

Commit

Permalink
fix(actions): bad secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
mezzLMC committed Sep 20, 2023
1 parent b797558 commit 1355897
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches: [ staging ]

jobs:
test: # we need to make a console log to see if the job is running
runs-on: ubuntu-latest
steps:
- name: Console log
run: echo "The job is running"
continuous-deployment:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1355897

Please sign in to comment.