Skip to content

Commit

Permalink
Change branch and fix deleted directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Mar 17, 2023
1 parent 08fe7d0 commit e78b26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: builds/facebook-fbsource
ref: main
repository: facebook/react-fbsource-import
token: ${{secrets.PUSH_TOKEN}}
- name: Ensure clean directory
run: rm -rf compiled
run: rm -rf compiled-rn
- uses: actions/download-artifact@v3
with:
name: compiled-rn
Expand Down

0 comments on commit e78b26b

Please sign in to comment.