We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6d479b + 7d4c49a commit db6b4a0Copy full SHA for db6b4a0
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
path: _build
47
48
- name: Dispatch Learn Astropy deployment
49
- uses: peter-evans/repository-dispatch@0e8ca8c8a5ca5e28d25af2c27fc5aa40f16cffca
+ uses: peter-evans/repository-dispatch@11ba7d3f32dc7cc919d1c43f1fec1c05260c26b5
50
if: ${{ (github.event_name == 'push') && (github.ref == 'refs/heads/main') && (github.repository == 'astropy/astropy-tutorials')}}
51
with:
52
token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
0 commit comments