Skip to content

Commit

Permalink
Merge pull request #13 from OpenUnited/fix/challenge-screen
Browse files Browse the repository at this point in the history
fix: minor change
  • Loading branch information
endalkh authored May 4, 2024
2 parents 2cf0445 + a9139b9 commit 4094b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run a one-line script
run: python freeze.py
- name: switching from HTTPS to SSH
run: git remote set-url origin ${{ secrets.STATIC_SSH_KEY }}
run: git remote set-url origin [email protected]:OpenUnited/ux-prototype.git
- name: check for changes
run: git status
- name: stage changed files
Expand Down

0 comments on commit 4094b68

Please sign in to comment.