Skip to content

Commit

Permalink
FIXED: minor fixes in typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent 95b023f commit 6e9e5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndSendOSignatures.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: buildAndSendJSignatures
name: buildAndSendOSignatures

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- 'templates/template.html'

env:
O_NAME: ${{ secrets._NAME }}
O_NAME: ${{ secrets.O_NAME }}
O_PHONE: ${{ secrets.O_PHONE }}
O_IPHONE: ${{ secrets.O_IPHONE }}
O_EMAIL: ${{ secrets.O_EMAIL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildAndSendXSignatures.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: buildAndSendJSignatures
name: buildAndSendXSignatures

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- 'templates/template.html'

env:
X_NAME: ${{ secrets._NAME }}
X_NAME: ${{ secrets.X_NAME }}
X_PHONE: ${{ secrets.X_PHONE }}
X_IPHONE: ${{ secrets.X_IPHONE }}
X_EMAIL: ${{ secrets.X_EMAIL }}
Expand Down

0 comments on commit 6e9e5f2

Please sign in to comment.