Skip to content

Commit

Permalink
Update unstable workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
methminug committed Apr 13, 2024
1 parent 712bdb7 commit ccfb399
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: main
- name: Install Glfw3
run: |
sudo apt-get update
Expand Down Expand Up @@ -55,6 +53,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: web
- name: Compile HTML
run: |
export LINUX_DOWNLOAD_HREF=${{ needs.unstable-linux.outputs.artifact_link }}
Expand All @@ -65,10 +65,10 @@ jobs:
- name: Push generated webpage to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: "."
destination-github-username: "sithumonline"
destination-repository-name: "json_x_preview"
user-email: "${{ needs.unstable-linux.outputs.sha_short }}+github-actions[bot]@users.noreply.github.com"
user-name: "${{ needs.unstable-linux.outputs.sha_short }}+github-actions[bot]"
user-email: "github-actions[bot]@users.noreply.github.com"
user-name: "github-actions[bot]"

0 comments on commit ccfb399

Please sign in to comment.