We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d8ed commit b49bf69Copy full SHA for b49bf69
.github/workflows/TagBot.yml
@@ -39,18 +39,14 @@ jobs:
39
with:
40
token: ${{ secrets.GITHUB_TOKEN }}
41
subdir: src/ReinforcementLearningCore
42
- - name: Tag ReinforcementLearningZoo.jl
+ - name: Tag ReinforcementLearningFarm.jl
43
uses: JuliaRegistries/TagBot@v1
44
45
46
- subdir: src/ReinforcementLearningZoo
+ subdir: src/ReinforcementLearningFarm
47
- name: Tag ReinforcementLearningEnvironments.jl
48
49
50
51
subdir: src/ReinforcementLearningEnvironments
52
- - name: Tag ReinforcementLearningExperiments.jl
53
- uses: JuliaRegistries/TagBot@v1
54
- with:
55
- token: ${{ secrets.GITHUB_TOKEN }}
56
- subdir: src/ReinforcementLearningExperiments
+
0 commit comments