Skip to content

Commit 564e806

Browse files
authored
Fix workflow (hexlet-rus#677)
* modified: yarn.lock * first pull request irina92-08 * Revert "modified: yarn.lock" This reverts commit ec59f3. * fix-workflows
1 parent ddcba7a commit 564e806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "🚧 Deployment is temporarily disabled"
1616
echo "This is a stub to prevent job failure"
1717
echo "Tag: ${{ github.ref_name }}"
18-
echo "Repository: ${{ github.repository }}
18+
echo "Repository: ${{ github.repository }}"
1919
2020
# jobs:
2121
# test:

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "🚧 Deployment is temporarily disabled"
1616
echo "This is a stub to prevent job failure"
1717
echo "Tag: ${{ github.ref_name }}"
18-
echo "Repository: ${{ github.repository }}
18+
echo "Repository: ${{ github.repository }}"
1919
2020
# jobs:
2121

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "🚧 Deployment is temporarily disabled"
1616
echo "This is a stub to prevent job failure"
1717
echo "Tag: ${{ github.ref_name }}"
18-
echo "Repository: ${{ github.repository }}
18+
echo "Repository: ${{ github.repository }}"
1919
2020
# jobs:
2121

0 commit comments

Comments
 (0)